Skip to main content
DELETE
Eliminar un rol

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

organization_id
string
requerido

Identificador de la organización.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
role_id
string
requerido

Identificador del rol.

Required string length: 24
Pattern: ^[0-9a-f]{24}$

Respuesta

Rol de usuario eliminado correctamente.