Skip to main content
DELETE
Eliminar un usuario

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}$
user_id
string
requerido

Identificador del usuario.

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

Respuesta

Usuario eliminado correctamente.