action getpostman_delete_monitor { label: "Delete Monitor" description: "This endpoint can be used to delete an existing monitor using its `uid`.\n\n> Requires API Key as `X-Api-Key` request header or `apikey` URL query parameter." provider: getpostman method: DELETE path: "/monitors/{monitor_uid}" encoding: json output: { type: "object" properties: { monitor: { type: "object" properties: { id: { type: "string" } uid: { type: "string" } } } } } }