Skip to content
StraventaDocs

Delete a report schedule

Permanently deletes a report schedule. Returns 204 on success.

DELETE
/api/recon/v1/report-schedules/{id}

Permanently deletes a report schedule. Returns 204 on success.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/recon/v1/report-schedules/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "error": "unauthorized",
  "message": "Bearer token is missing or invalid",
  "request_id": "01900000-0000-7000-8000-000000000001"
}
{
  "error": "not_found",
  "message": "The requested resource was not found",
  "request_id": "01900000-0000-7000-8000-000000000001"
}

Was this page helpful?