Delete a specific team by id
curl --request DELETE \
--url https://api.rootly.com/v1/teams/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a87d3359-68dc-4524-8945-80cf05071741",
"type": "groups",
"attributes": {
"slug": "voluptatum-aut-omnis-occaecati",
"name": "Voluptatum aut omnis occaecati.",
"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-f85d703c20722385f098754a35d29afe@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"created_at": "2025-07-31T23:01:31.881-07:00",
"updated_at": "2025-07-31T23:01:38.626-07:00"
},
"relationships": {
"users": {
"data": []
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
team deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/teams/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a87d3359-68dc-4524-8945-80cf05071741",
"type": "groups",
"attributes": {
"slug": "voluptatum-aut-omnis-occaecati",
"name": "Voluptatum aut omnis occaecati.",
"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-f85d703c20722385f098754a35d29afe@email.rootly.com",
"alert_broadcast_enabled": false,
"alert_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incident_broadcast_channel": {},
"created_at": "2025-07-31T23:01:31.881-07:00",
"updated_at": "2025-07-31T23:01:38.626-07:00"
},
"relationships": {
"users": {
"data": []
}
}
}
}