Skip to content

Revoke superuser role from a user

DELETE
/api/v1/system-roles/superuser/{userId}
curl --request DELETE \
--url http://localhost:3000/api/v1/system-roles/superuser/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
userId
required
string format: uuid

User UUID

Superuser role revoked

Cannot revoke own superuser role or last superuser

Only superusers can revoke roles

User not found or does not have superuser role