Skip to main content

Delete a contact

DELETE 

/api/contact/:id

Required permissions:

  • crm.edit: allows edit resources.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

    The ID of the contact to delete

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Contact successfully deleted.

Loading...