DELETE
/
v2
/
services
/
{uuid}
Delete service monitor
curl --request DELETE \
  --url https://app.pulseguard.nl/api/v2/services/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Service monitor deleted successfully",
  "data": {}
}
This endpoint deletes a service monitor.

Path Parameters

uuid
string
required
The universally unique identifier of the service monitor.

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string<uuid>
required

Service Monitor UUID

Response

200
application/json

Service monitor deleted successfully

The response is of type object.