DELETE
/v1/auth/accounts/revoke
curl \
--request DELETE 'https://localhost/v1/auth/accounts/revoke' \
--header "Content-Type: application/json" \
--data '{"entityId":"stf_xxxxxxxx"}'
Request examples
{
"entityId": "stf_xxxxxxxx"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}