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