Deleting a contact

The API provides feature to delete an existing contact for the client, in order to delete the contact pass the valid contact Id for the client as request URL.

Request Information

URI Parameters

In order to make a call integrate the below parameters into Url while calling the API from an integration.

NameDescriptionTypeAdditional information
contactId

pass the contact id to delete.

integer

Required

Deleting a contact

In order to delete a contact, pass a valid contact id as URL parameter, below is the sample:

admin/contact/delete?contactid=9831292

Response Information

Resource Description

ITypedResponse with bool flag as true or false be wrapped inside.

ITypedResponseOfNullableOfBoolean
NameDescriptionTypeAdditional information
Result

boolean

None.

Category

string

None.

Response Formats

Sample not available.