Skip to main content

Delete contact

DELETE 

/v1/contacts/:contact_id

Delete contact

This endpoint allows authorized users to mark a contact as inactive by updating its status in the database. It requires a valid contact_id and checks for the existence of the contact and the user's permission to perform the deletion.

Request

Path Parameters

    contact_id uuidrequired

    Contact id to delete

Responses

Contact deleted

Loading...