Delete an identity

Delete an identity.

DELETE https://api.jsonpad.io/identities/{identityId}

Example

cURL
123curl https://api.jsonpad.io/identities/ada709a4-00a1-42a8-8f18-682c5914409b \ -X DELETE \ -H "x-api-token: <YOUR TOKEN>"

Parameters

  • required
    identityIdstringAn identity id.

Request headers

  • required
    x-api-tokenstringYour API token.

Request body

No request body

Response body

204 No Content

No response body

Response headers

No response headers

2024-12-12