Launch Week 3: Five days of launches

Delete Export Destination

(v2)

DELETE

Permanently deletes an export destination. Every export schedule pointing at it is disabled first, so no schedule is left silently falling back to another delivery mode.

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

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • exportDestinationIdstringRequired

    The id of the export destination.

Response

Delete Export Destination succeeded.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    A reference to an export destination by its id.

    Show 1 propertyHide 1 property
    • idstring

      The id of the destination, generated by Confident AI.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI