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": "8821098d-6904-4397-82de-162e5ad78e39",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "03a79e40-1df4-4e4a-961b-d8d6fa75c91b",
      "authorizable_type": "Dashboard",
      "grantee_id": "93",
      "grantee_type": "User",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2025-11-27T00:06:13.719-08:00",
      "created_at": "2025-11-27T00:06:13.719-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