Delete Monitoring Job
Delete a monitoring job and stop future scheduling.
/api/open/v1/monitoring/jobs/{job_id}Endpoint Overview
Delete a monitoring job and stop future scheduling.
Authentication
Authorization: Bearer <token>monitoring:writePath Parameters
Monitoring job ID.
Response
The deleted monitoring job ID.
固定为 monitoring.job.deleted。
Whether the resource has been deleted.
Execution task IDs canceled as part of the delete operation.
Common Errors
Missing or invalid Bearer token.
The current token is missing the required scope.
The current token hit a rate limit.
Request parameters do not satisfy the schema constraints.
The target resource does not exist or does not belong to the current account.