Skip to main content
DELETE

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
Your application’s user identifierExample: "user_12345"

Response

Contact deleted successfully
boolean
Example: true
string
Confirmation message.Example: "Contact deleted successfully"

Error Responses

object
Returned when no contact with the given user ID exists on the project.
object
Returned when a database error occurs during deletion.