Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/exports/{exportId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"code": 404,
"key": "not_found",
"message": "Resource not found",
"details": "Cannot find export with id exp_2bYLdY2lQ2886wmYIHyeBWUZ",
"request_id": "v-0ae2a97a399027d719",
"resource_id": "exp_2bYLdY2lQ2886wmYIHyeBWUZ",
"resource_type": "export"
}This method deletes a previously created export object.
curl --request DELETE \
--url https://{cluster}.voucherify.io/v1/exports/{exportId} \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'{
"code": 404,
"key": "not_found",
"message": "Resource not found",
"details": "Cannot find export with id exp_2bYLdY2lQ2886wmYIHyeBWUZ",
"request_id": "v-0ae2a97a399027d719",
"resource_id": "exp_2bYLdY2lQ2886wmYIHyeBWUZ",
"resource_type": "export"
}Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Unique export object ID of previously created export. This object can be a: voucher, redemption, publication, customer, order, points_expiration, or voucher_transactions.
"exp_2bYLdY2lQ2886wmYIHyeBWUZ"
Returns no content if deletion is successful.
Was this page helpful?