Delete My Citizen Contacts

Deletes the specified contacts from the currently logged in user.

Resource Information

Scopeusers

Deprecated scope name:   delete_citizenaccess_user_contacts

App TypeCitizen
Authorization TypeAccess token
URI /v4/citizenaccess/contacts/{ids}?lang={lang}
HTTP MethodDELETE
Automation Version(s)7.3.3.4

Request Information

Field or ParameterTypeRequiredValuesDescriptionAutomation Version
idsstringYesOne or multiple identifiers separated by a comma like id1,id2,id3.7.3.3.4
langStringNoIndicates the language applied.7.3.3.4

Example

Sample Request Head

DELETE https://apis.accela.com/v4/citizenaccess/contacts/219

Response Information

FieldTypeDescriptionAutomation Version
resultresult{}7.3.3.4
result.failedCountlongThe number of failed results.7.3.3.4
result.failedIDsstringThe IDs of the entities on which the operation failed.7.3.3.4
result.successCountlongThe number of successful results.7.3.3.4
result.successIDsstringThe IDs of the entities on which the operation succeeded.7.3.3.4
statusintegerThe record status.7.3.3.4

Example

Sample Response Body

{
  "status": 200,
  "result": {
    "successCount": 1,
    "failedCount": 0,
    "failedIDs": []
  }
}