Delete a specific authorization by id
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"
}
}
}Was this page helpful?
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"
}
}
}