Request
Path Parameters
uuidstringrequired
The status page UUID
Example:"sp_xyz789abc"
subscriberIdnumberrequired
The subscriber ID
Example:12345
Response
Returns confirmation of deletion.
Removes a subscriber from a status page.
Returns confirmation of deletion.
curl -X DELETE https://api.hyperping.io/v2/statuspages/sp_xyz789abc/subscribers/12345 \
-H "Authorization: Bearer ${API_TOKEN}"{
"message": "Subscriber deleted"
}