Skip to main content
DELETE
/
v1
/
workflow_groups
/
{id}
Delete a workflow_group
curl --request DELETE \
  --url https://api.rootly.com/v1/workflow_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "type": "workflow_groups",
    "attributes": {
      "name": "<string>",
      "position": 123,
      "kind": "simple",
      "slug": "<string>",
      "description": "<string>",
      "icon": "<string>",
      "expanded": true
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

workflow group deleted

data
object
required