Delete a contact
DELETE
https://api.responsly.com/v1/contacts/{id}
Path parameters
Section titled “Path parameters”id
(string, required): ID of the contact to be deleted
Request
Section titled “Request”cURL
curl --request DELETE \ --url 'https://api.responsly.com/v1/contacts/{id}' \ --header 'Authorization: Bearer <Access Token>'
Response
Section titled “Response”Status Code: 204 No Content