cURL
curl --request DELETE \ --url https://api-sandbox.rinne.com.br/core/v1/roles/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "AUTHENTICATION_ERROR", "message": "Authentication required to access this resource", "status": 401, "details": { "reason": "Invalid API key" }, "path": "/companies/me", "timestamp": "2023-12-01T10:00:00.000Z", "requestId": "req_123456789" } }
Deletes a specific role
Documentation IndexFetch the complete documentation index at: https://docs.rinne.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
JWT token for user authentication
Role ID
Role deleted successfully