Contacts
Delete Contact by User ID
Permanently deletes a contact identified by the userId field (your application’s user identifier).
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
Your application’s user identifierExample:
"user_12345"Response
Contact deleted successfullyExample:
trueConfirmation message.Example:
"Contact deleted successfully"Error Responses
Returned when no contact with the given user ID exists on the project.
Returned when a database error occurs during deletion.