Deletes the specified contacts from the currently logged in user.
| Scope | users Deprecated scope name: delete_citizenaccess_user_contacts |
| App Type | Citizen |
| Authorization Type | Access token |
| URI | /v4/citizenaccess/contacts/{ids}?lang={lang} |
| HTTP Method | DELETE |
| Automation Version(s) | 7.3.3.4 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| ids | string | Yes | � | One or multiple identifiers separated by a comma like id1,id2,id3. | 7.3.3.4 |
| lang | String | No | � | Indicates the language applied. | 7.3.3.4 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result | result{} | � | 7.3.3.4 |
| result.failedCount | long | The number of failed results. | 7.3.3.4 |
| result.failedIDs | string | The IDs of the entities on which the operation failed. | 7.3.3.4 |
| result.successCount | long | The number of successful results. | 7.3.3.4 |
| result.successIDs | string | The IDs of the entities on which the operation succeeded. | 7.3.3.4 |
| status | integer | The record status. | 7.3.3.4 |