Skip to main content
DELETE
/
api
/
v1
/
status-pages
/
{id}
/
groups
/
{groupId}
Delete a component group (components become ungrouped)
curl --request DELETE \
  --url https://api.devhelm.io/api/v1/status-pages/{id}/groups/{groupId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required
groupId
string<uuid>
required

Response

204

No Content