Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
authorization deleted
Delete a specific authorization by id
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "38f36d59-64a1-4bc8-a7a0-a0a867391c39",
"type": "authorizations",
"attributes": {
"authorizable_id": "acdac9a5-b662-4307-b66b-f4780b7b8e0a",
"authorizable_type": "Dashboard",
"grantee_id": "93",
"grantee_type": "User",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2025-11-13T17:27:31.622-08:00",
"created_at": "2025-11-13T17:27:31.622-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
authorization deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/authorizations/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "38f36d59-64a1-4bc8-a7a0-a0a867391c39",
"type": "authorizations",
"attributes": {
"authorizable_id": "acdac9a5-b662-4307-b66b-f4780b7b8e0a",
"authorizable_type": "Dashboard",
"grantee_id": "93",
"grantee_type": "User",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2025-11-13T17:27:31.622-08:00",
"created_at": "2025-11-13T17:27:31.622-08:00"
}
}
}