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