curl --location --request DELETE 'https://dev.your-api-server.com/api/ner/v1/entity' \
--header 'Accept: application/json, text/plain, */*' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityId":"en-neuralspace-synonym-018700fb-d6d8-4672-97e4-e49c87fa3e90"
}'
{}