Skip to main content
POST
/
delete-contact-mobile
Error
A valid request URL is required to generate request examples
{
  "status": "success",
  "message": "Operation completed successfully"
}

Body

application/json
token
string
required

JWT Access Token of the mobile app user.

Example:

"eyJ..."

assistant_id
integer
required

ID of the assistant the contact belongs to.

Example:

101

contact_id
integer
required

ID of the contact to delete.

Example:

1

Response

Contact deleted successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"