Delete Status Page Subscription

This API endpoint allows you to delete an existing subscription by providing the subscription token.

Expected Behavior:


  • On success, the system will delete the subscription and return a success message.
  • If the request is invalid, the system will return an error message with details of the invalid fields.
Path Parameters
  • token string
    The unique subscription token to be deleted.
curl -X DELETE "https://api.pinghome.io/statuspage-cmd/v1/subscription/{token}"
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).