Skip to main content
DELETE
/
exports
/
{exportId}
Delete an export by ID
curl --request DELETE \
  --url https://api.eu.bronto.io/exports/{exportId} \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "code": 499,
  "type": "Not Found",
  "correlation_id": "<string>",
  "details": "Resource not found."
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

exportId
string<uuid>
required

The unique identifier of the export to delete

Response

Export deleted successfully