Skip to content

Public Contacts Delete

Request

Soft-delete a contact (is_active=false).

Path
contact_idinteger, >= 1(Contact Id)required

Mercura contact id

Headers
authorizationstring or null(Authorization)

Bearer <mrc_live_…> API key

curl -i -X DELETE \
  'https://docs.mercura.ai/_mock/openapi/contacts/{contact_id}' \
  -H 'authorization: string'

Responses

Successful Response

Response
No content