Monitors
Delete a monitor
Deletes a monitor. The delete cascades to every prompt the monitor owns.
DELETE
/api/v1/monitors/{monitor}
Deleting a monitor cascades to every prompt the monitor owns. Pineprompt will not pick the monitor up on any daily run after the delete.
- Every prompt under the monitor is deleted as part of the same operation.
- Historical responses and citations are retained on the project. The monitor itself is no longer reachable through the public API.
- Deleted monitors may not be restored through the public API. Recovery is only available through the Pineprompt support team.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| monitor | integer | Required | The numeric ID of the monitor. |