Skip to main content
DELETE
/
v1
/
authorizations
/
{id}
Delete an authorization
curl --request DELETE \
  --url https://api.rootly.com/v1/authorizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e2379b2f-d456-4db0-b32a-741c2a8052dd",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "f91b18c6-3ec0-43fb-8af5-81153780e7fd",
      "authorizable_type": "Dashboard",
      "grantee_id": "187",
      "grantee_type": "Team",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2026-02-21T14:29:15.300-08:00",
      "created_at": "2026-02-21T14:29:15.300-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

authorization deleted

data
object
required