Delete a specific authorization by id
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6ac45fca-de0d-4ac5-b12a-2a746c2ef0d4",
"type": "authorizations",
"attributes": {
"authorizable_id": "1fbd93e5-c42d-4e2b-a0fd-11410eeb62be",
"authorizable_type": "Dashboard",
"grantee_id": "117",
"grantee_type": "User",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2026-02-02T00:03:28.358-08:00",
"created_at": "2026-02-02T00:03:28.358-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6ac45fca-de0d-4ac5-b12a-2a746c2ef0d4",
"type": "authorizations",
"attributes": {
"authorizable_id": "1fbd93e5-c42d-4e2b-a0fd-11410eeb62be",
"authorizable_type": "Dashboard",
"grantee_id": "117",
"grantee_type": "User",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2026-02-02T00:03:28.358-08:00",
"created_at": "2026-02-02T00:03:28.358-08:00"
}
}
}