# Delete a Contact Delete a contact identified by its UUID. This operation dispatches a contact delete job that creates a mass action item and a delete payload indicating that the contact was manually deleted by the user. Endpoint: DELETE /leads/api/leads/{uuid} Version: 3.0 Security: bearerAuth ## Path parameters: - `uuid` (string, required) Unique identifier of the contact to be deleted. ## Response 422 fields (application/json): - `message` (string)