Skip to content

Delete a contact

DELETE

https://api.responsly.com/v1/contacts/{id}

  • id (string, required): ID of the contact to be deleted

cURL

Terminal window
curl --request DELETE \
--url 'https://api.responsly.com/v1/contacts/{id}' \
--header 'Authorization: Bearer <Access Token>'

Status Code: 204 No Content