Delete a specific authorization by id
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d743ae53-5427-4463-805c-9441b0eec412",
"type": "authorizations",
"attributes": {
"authorizable_id": "e90681e4-65fe-45c2-9e7a-308b5528d46c",
"authorizable_type": "Dashboard",
"grantee_id": "121",
"grantee_type": "Team",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2026-01-12T17:33:50.606-08:00",
"created_at": "2026-01-12T17:33:50.606-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d743ae53-5427-4463-805c-9441b0eec412",
"type": "authorizations",
"attributes": {
"authorizable_id": "e90681e4-65fe-45c2-9e7a-308b5528d46c",
"authorizable_type": "Dashboard",
"grantee_id": "121",
"grantee_type": "Team",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2026-01-12T17:33:50.606-08:00",
"created_at": "2026-01-12T17:33:50.606-08:00"
}
}
}