Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"action": "delete",
"user": "momoyo"
}
Request samples
curl --location --request POST 'https://integration.returning.ai/apis/v1/users/manage' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "delete",
"user": "momoyo"
}'
Responses
application/json {
"action": "delete",
"user": "momoyo"
}
Modified at 2025-06-03 14:37:24