DELETE /v1/contacts/{id}
Path parameters
string
required
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.