Skip to main content
DELETE
/
v1alpha
/
monitors
/
{monitor_id}
Delete Monitor
import requests

url = "https://api.parallel.ai/v1alpha/monitors/{monitor_id}"

headers = {"x-api-key": "<api-key>"}

response = requests.delete(url, headers=headers)

print(response.json())
"<any>"

Authorizations

x-api-key
string
header
required

Path Parameters

monitor_id
string
required

Response

Successful Response

The response is of type any.