Delete the current identity when authenticated as an identity.
DELETE https://api.jsonpad.io/identities/selfcurl https://api.jsonpad.io/identities/self \
-X DELETE \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>" \
-H "x-identity-token: <IDENTITY TOKEN>" \
-H "x-identity-group: <IDENTITY GROUP>"No parameters
x-api-tokenstringYour API token.x-identity-tokenstringAn identity token.x-identity-groupstringAn identity group.No request body
No response body
No response headers
2024-12-12