v1
latestOpenAPI 3.1.02026-07-26359254.7 MBContacts
Delete a contact
<small>Requires the contacts:write scope (or a broader one that includes it).</small>
Use this endpoint when you need to remove a single contact from your account by its id. To remove several contacts in one call, use the bulk-delete endpoint instead.
delete/v3/contacts/{id}
Path parameters
idinteger required
Contact ID
Response
Contact deleted successfully. The response body is empty.
{"stackTrail":"paths:/v3/contacts/{id}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}