DELETE
/
v1
/
authorizations
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/authorizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b055ef04-78c2-494c-8101-ccdf4ec0fcda",
    "type": "authorizations",
    "attributes": {
      "authorizable_id": "a1c7cec8-10d7-4faf-b87b-88dce4561050",
      "authorizable_type": "Dashboard",
      "grantee_id": "45",
      "grantee_type": "User",
      "permissions": [
        "read",
        "update",
        "authorize",
        "destroy"
      ],
      "updated_at": "2025-04-18T09:45:12.732-07:00",
      "created_at": "2025-04-18T09:45:12.732-07: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

200
application/vnd.api+json
authorization deleted
data
object
required