Delete Identity
Description
Deletes the Identity without restoration.
Request
HTTP Method: DELETE
URI Path: /v3/identities/
URI Query Parameters:
Name |
Type |
Is Required? |
Description |
---|---|---|---|
id |
|
Yes |
Unique ID identifier of the Identities. |
Example
DELETE /v3/identities/c3947e93-4a3b-4080-b9d3-cbcc633ab808 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl -i -X DELETE https://api.didww.com/v3/identities/c3947e93-4a3b-4080-b9d3-cbcc633ab808 -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"
HTTP/1.1 202 Deleted
Content-Type: application/vnd.api+json
Other Responses
Code |
Success |
Description |
---|---|---|
404 |
No |
|
409 |
No |
|
401 |
No |