Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team UUID
Response
team deleted
Delete a specific team by id
curl --request DELETE \
--url https://api.rootly.com/v1/teams/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "365b87c6-a80d-47e2-85e1-61873d59ab6e",
"type": "groups",
"attributes": {
"slug": "ea-qui-facere-a",
"name": "Ea qui facere a.",
"description": null,
"color": "#FAEBB7",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"pagerduty_id": null,
"pagerduty_service_id": null,
"backstage_id": null,
"external_id": null,
"opsgenie_id": null,
"victor_ops_id": null,
"pagertree_id": null,
"cortex_id": null,
"service_now_ci_sys_id": null,
"user_ids": [],
"admin_ids": [],
"incidents_count": 1,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "group-10d8c9e2c5d856b81f90faebbd40c7f6@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"auto_add_members_when_attached": false,
"created_at": "2025-11-27T00:13:08.418-08:00",
"updated_at": "2025-11-27T00:13:14.432-08:00"
},
"relationships": {
"users": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Team UUID
team deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/teams/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "365b87c6-a80d-47e2-85e1-61873d59ab6e",
"type": "groups",
"attributes": {
"slug": "ea-qui-facere-a",
"name": "Ea qui facere a.",
"description": null,
"color": "#FAEBB7",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"pagerduty_id": null,
"pagerduty_service_id": null,
"backstage_id": null,
"external_id": null,
"opsgenie_id": null,
"victor_ops_id": null,
"pagertree_id": null,
"cortex_id": null,
"service_now_ci_sys_id": null,
"user_ids": [],
"admin_ids": [],
"incidents_count": 1,
"alert_urgency_id": null,
"alerts_email_enabled": false,
"alerts_email_address": "group-10d8c9e2c5d856b81f90faebbd40c7f6@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"auto_add_members_when_attached": false,
"created_at": "2025-11-27T00:13:08.418-08:00",
"updated_at": "2025-11-27T00:13:14.432-08:00"
},
"relationships": {
"users": {
"data": []
}
}
}
}