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

string

Yes

Unique ID identifier of Identities.

Example

http

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

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"

response

HTTP/1.1 202 Deleted
Content-Type: application/vnd.api+json

Other Responses

Code

Success

Description

404

No

Not Found

409

No

Conflict

401

No

Unauthorized