Delete a specific authorization by id
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"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
authorization deleted
Show child attributes
Unique ID of the authorization
authorizations Show child attributes
The id of the resource being accessed.
The type of resource being accessed.
Dashboard The resource id granted access.
The type of resource granted access.
User, Team read, update, authorize, destroy Was this page helpful?
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"
}
}
}