Delete a component

DELETE /api/v1/components/:component

Permanent — components have no soft delete. Subscriptions to it and its share of the uptime history go with it.

Required permission

components.manage Manage components

URL variables

Name Description
component

Response (application/json)

{1 Eigenschaft
  "message": "Component not found."
}

cURL

curl -X DELETE 'https://status.example.com/api/v1/components/:component' \
  -H 'Authorization: Bearer fs_YOUR_API_KEY'