Delete a specific authorization by id
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f827006f-4fa2-45b8-b769-53ecf2016558",
"type": "authorizations",
"attributes": {
"authorizable_id": "a53231c6-0ab7-452b-b9bd-10d3dd694226",
"authorizable_type": "Dashboard",
"grantee_id": "123",
"grantee_type": "Team",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2025-12-22T14:52:35.109-08:00",
"created_at": "2025-12-22T14:52:35.109-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f827006f-4fa2-45b8-b769-53ecf2016558",
"type": "authorizations",
"attributes": {
"authorizable_id": "a53231c6-0ab7-452b-b9bd-10d3dd694226",
"authorizable_type": "Dashboard",
"grantee_id": "123",
"grantee_type": "Team",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2025-12-22T14:52:35.109-08:00",
"created_at": "2025-12-22T14:52:35.109-08:00"
}
}
}