Skip to main content

Delete a contact

DELETE 

/v3/contacts/:id

Delete a contact

Request

Path Parameters

    id numberrequired

    ID of the contact to be deleted

Header Parameters

    authorization stringrequired

    Possible values: Value must match regular expression /Bearer [^\s]+/

    Default value: Bearer <Token>

    Custom Token generated from the App

Responses

Successful

Schema

    string

Loading...