Skip to main content
DELETE
Delete a monitor

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
monitor_id
string<uuid>
required

Unique identifier of the monitor to delete.

Response

Successful response. The monitor has been deleted.

data
object | null

Returns null on successful deletion.