Deletes the specified contacts for the specified citizen user.
| Scope | users Deprecated scope name: delete_citizenaccess_citizens_contacts |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/citizenaccess/citizens/{id}/contacts/{contactIds}?lang={lang} |
| HTTP Method | DELETE |
| Automation Version(s) | 7.3.3.4 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| contactIds | string | Yes | � | An array containing the contact IDs. | 7.3.3.4 |
| id | string | Yes | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 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 |