DELETE /v1/contacts/{id}
Path parameters
The contact id to delete.
Request
Response
Returns204 No Content with an empty body. An id that is unknown or not visible to this project returns 404 not_found.DELETE /v1/contacts/ — permanently remove a contact from the project’s address book.
DELETE /v1/contacts/{id}
204 No Content with an empty body. An id that is unknown or not visible to this project returns 404 not_found.