Skip to main content

Delete Contact

DELETE 

/contact/:contact_id

The Delete Contact API allows you to remove a contact from your contactbook. If you no longer need a particular contact's information, this API makes it easy to delete their record.

Request

Path Parameters

    contact_id stringrequired

    Provide objectId of contact to delete

Responses

Contact deleted successfully!

Schema

    objectId string
    deletedAt date
Loading...