AurionAI Docs

Delete Role

DELETE
/api/v2/roles/{role_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

role_id*Role Id

Response Body

application/json

curl -X DELETE "https://loading/api/v2/roles/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}