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": "7e089e61-5a5a-436b-a6a2-9205229b97f1",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "a91c72d9-8603-4fda-9263-65bf051379fe",
      "authorizable_type": "Dashboard",
      "grantee_id": "96",
      "grantee_type": "Team",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2025-12-05T08:59:47.808-08:00",
      "created_at": "2025-12-05T08:59:47.808-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