Delete Destination
DELETEhttps://api.confident-ai.com/v2/export-destinations/{exportDestinationId}
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.
curl -X DELETE "https://api.confident-ai.com/v2/export-destinations/{exportDestinationId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "<EXPORT-DESTINATION-ID>"
},
"deprecated": false
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
exportDestinationIdstringRequiredThe id of the export destination.
Response
Delete Destination succeeded.
successbooleanIndicates if the request was successful.
dataobjectA reference to an export destination by its id.
Show 1 propertyHide 1 property
idstringThe id of the destination, generated by Confident AI.
deprecatedbooleanIndicates if this endpoint is deprecated.