Delete Contact

You can delete contact from here

api/Contact/Delete

Query String

ParameterRequiredValue

Request Header

ParameterRequiredValue
TokenKeyMandatoryUser Input
Accept-LanguageOptionalen-US
Accept-EncodingOptionalgzip
Content-TypeMandatoryapplication/json

Request Body

ParameterRequiredValue
PWContactIDMandatoryUser Input
LicenseUserTypeMandatoryUser Input
IsPublicContactMandatoryUser Input

Sample Request

[
{
  "PWContactID": 123456,
   "LicenseUserType": "Contact", 
   "IsPublicContact": false
},
{
  "PWContactID": 456789,
   "LicenseUserType": "FreeUser", 
   "IsPublicContact": false
},
{
  "PWContactID": 789456,
   "LicenseUserType": "LiteUser", 
   "IsPublicContact": false
},
]

Remarks:

  1. Only FreeUser (1), LiteUser (4), Contact (0) can be deleted and Contact should not be Public. IsPublicContact should be false.

Enum: UserLicenseType

0 – Contact
1 – FreeUser
2 – HostingUser
3 – CollaborativeUser
4 – LiteUser