/
Delete a data export
Deletes a data export.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/data-exports/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/data-exports/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/data-exports/{id}
- SecretApiKey
- JWT
curl -i -X DELETE \
'https://www.rebilly.com/_mock/catalog/all/experimental/data-exports/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'