curl --request DELETE \
--url https://{defaultHost}/v1/{app_id}/users/{id} \
--header 'Authorization: Bearer <token>'{
"message": "ok"
}Delete a user from the app
curl --request DELETE \
--url https://{defaultHost}/v1/{app_id}/users/{id} \
--header 'Authorization: Bearer <token>'{
"message": "ok"
}Documentation Index
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?