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": "8821098d-6904-4397-82de-162e5ad78e39",
"type": "authorizations",
"attributes": {
"authorizable_id": "03a79e40-1df4-4e4a-961b-d8d6fa75c91b",
"authorizable_type": "Dashboard",
"grantee_id": "93",
"grantee_type": "User",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2025-11-27T00:06:13.719-08:00",
"created_at": "2025-11-27T00:06:13.719-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": "8821098d-6904-4397-82de-162e5ad78e39",
"type": "authorizations",
"attributes": {
"authorizable_id": "03a79e40-1df4-4e4a-961b-d8d6fa75c91b",
"authorizable_type": "Dashboard",
"grantee_id": "93",
"grantee_type": "User",
"permissions": [
"read",
"update",
"authorize",
"destroy"
],
"updated_at": "2025-11-27T00:06:13.719-08:00",
"created_at": "2025-11-27T00:06:13.719-08:00"
}
}
}