Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Your application's user identifier
Response
200 - application/json
Contact deleted successfully
Example:
true
Permanently deletes a contact identified by the userId field (your application’s user identifier).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your application's user identifier
Contact deleted successfully
true