Skip to main content
POST
Error

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"