cURL
curl --request DELETE \ --url https://app.pulseguard.nl/api/v1beta/services/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Service monitor deleted successfully", "data": {} }
Delete a service monitor (Expert Plan required)
API token generated from your PulseGuard dashboard
Service Monitor UUID
Service monitor deleted successfully
The response is of type object.
object