Delete an identity

Delete an identity.

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

Example

cURL
1234curl https://api.jsonpad.io/identities/d6c1bdff-e072-4c6f-906b-6dccf56f3429 \
  -X DELETE \
  -H "Content-Type: application/json" \
  -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