Delete Contact
Delete Contact
DELETE /api/v1/contacts/{uuid}
Delete a contact. Pass the contact's uuid in the path. This removes the contact along with its case links and any evidence, preservation, and trace associations.
Path Params
Name
Type
Description
uuid
string (required)
Monolith unique identifier for the contact.
Response
{
"message": "Contact Deleted",
"success": true
}Last updated
Was this helpful?