Last updated
Was this helpful?
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
uuid
string (required)
Monolith unique identifier for the contact.
Response
{
"message": "Contact Deleted",
"success": true
}Last updated
Was this helpful?
Was this helpful?