Skip to main content
DELETE
/
status-pages
/
{id}
/
components
/
{componentId}
Remove a component from status page
curl --request DELETE \
  --url https://api.example.com/status-pages/{id}/components/{componentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Status Page ID

componentId
string
required

Component ID

Response

The component has been successfully removed.