Delete Contact/ContactList
You can delete contact/contactlist from here
/ContactEx/DeleteContactListForPWPForExternalUser
Query String
Parameter | Required | Value |
---|---|---|
externalUser | Mandatory | 1 |
Request Header
Parameter | Required | Value |
---|---|---|
TokenKey | Mandatory | User Input |
ModuleKeyRequest | Mandatory | PWP |
Accept-Language | Optional | en-US |
Accept-Encoding | Optional | gzip |
Content-Type | Mandatory | application/json |
Request Body
Parameter | Required | Value |
---|---|---|
EncryptedPWContactID | Mandatory | User Input |
Example
externalUser:1
TokenKey:Your Token Key
ModuleKeyRequest:PWP
Accept-Language:en-US
Accept-Encoding:gzip
Content-Type:application/json
[
{
"EncryptedPWContactID": "8GwORZWNr000lnT1xUEUYg%3d%3d"
}
]
[
{
"PWContactID": 0,
"EncryptedPWContactID": "n58d6pCEzmcBiIxwtZCzHA%3d%3d",
"PublicPWAccountID": 0,
"EncryptedPublicPWAccountID": "8Hq5jgK1axM%3d",
"ContactName": "",
"IsPublicContact": false,
"UserLicenseType": 0,
"PWPLicUserType": 0,
"Admin": false,
"ShareProjectCount": 0,
"GuestPWUserID": 0,
"EncryptedGuestPWUserID": "CW7njOk%2fRo4%3d"
}
]
Updated about 7 years ago