cURL
curl --request DELETE \ --url https://{subdomain}.mihu.ai/api/v1/contacts/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Contact deleted successfully", "data": [ "<unknown>" ] }
Soft deletes a contact by its UUID.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the contact to delete
Success
true
"Contact deleted successfully"