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