✨ MoEngage NEXT Spring 2026 — The Future of Engagement is Agentic. Join us on April 28. Register now
curl --request DELETE \
--url https://api-{dc}.moengage.com/v1/coupon-list/{coupon_list_id}/files/{coupon_file_id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'MOE-APPKEY: <moe-appkey>'{
"error": {
"code": "invalid-request",
"message": "The requested JSON is incorrect. Please verify and try again."
}
}This API removes a specific coupon file from a coupon list. It is useful in scenarios where a test file or incorrect file is inadvertently uploaded, thereby ensuring the accuracy and effectiveness of your coupon list management.
curl --request DELETE \
--url https://api-{dc}.moengage.com/v1/coupon-list/{coupon_list_id}/files/{coupon_file_id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'MOE-APPKEY: <moe-appkey>'{
"error": {
"code": "invalid-request",
"message": "The requested JSON is incorrect. Please verify and try again."
}
}Documentation Index
Fetch the complete documentation index at: https://moengage-crashes-in-debug-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
For more information on authentication and getting your credentials, refer here.
This is the Workspace ID of your MoEngage account that must be passed with the request. You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).
The unique identifier for the coupon list.
The unique identifier for the coupon file.
Success (No content) The request is successful, and the coupon file is deleted.
Was this page helpful?