Body
array[string]
array[string]
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"
[
"string"
]
[
"string"
]
[
"string"
]