Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params application/jsonRequired
Request Code Samples
curl --location --request DELETE '/focus-pilot/api/v1/user/delete-user' \
--header 'api_key;' \
--header 'deviceType;' \
--header 'deviceId;' \
--header 'timeZone;' \
--header 'language;' \
--header 'requestid;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Reason"
}'
Responses
This response does not have a body.
Modified at 2026-01-22 08:48:06