Logo
30daysofpostman API Documentation

Delete Monitor

DELETE https://api.getpostman.com/monitors/{{monitorUid}}

This endpoint can be used to delete an existing monitor using its uid.

Requires API Key as X-Api-Key request header or apikey URL query parameter.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "monitor": { "id": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1", "uid": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1" } }



Curl
curl -X DELETE 'https://api.getpostman.com/monitors/monitorUid'

ENDPOINTS