DELETE /external/api/users
curl \
 --request DELETE http://test.api.fygi.store/external/api/users \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '["string"]'
curl \
 --request DELETE http://test.api.fygi.store/external/api/users \
 --header "authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request DELETE http://test.api.fygi.store/external/api/users \
 --header "authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
[
  "string"
]
Request examples
[
  "string"
]
Request examples
[
  "string"
]