Authorizations
Path Parameters
The id of the user to remove
curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/teams/{userId} \
--header 'x-api-token: <api-key>'
{
"success": true,
"message": "<string>"
}
Remove a user from an organisation by removing their role.
curl --request DELETE \
--url https://{subdomain}.nudj.cx/api/v2/admin/teams/{userId} \
--header 'x-api-token: <api-key>'
{
"success": true,
"message": "<string>"
}
The id of the user to remove
Was this page helpful?