Launch Week 02 wrapped — explore all five launches

Delete Schedule

DELETEhttps://api.confident-ai.com/v2/export-schedules/{exportScheduleId}

Permanently deletes an export schedule and unregisters its next run. Files its earlier runs already delivered are kept.

DELETE/v2/export-schedules/{exportScheduleId}
curl -X DELETE "https://api.confident-ai.com/v2/export-schedules/{exportScheduleId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "<EXPORT-SCHEDULE-ID>"
  },
  "deprecated": false
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • exportScheduleIdstringRequired

    The id of the export schedule.

Response

Delete Schedule succeeded.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    A reference to an export schedule by its id.

    Show 1 propertyHide 1 property
    • idstring

      The id of the schedule, generated by Confident AI.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI