Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/promotions/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "promo_123", "promo_456" ], "storeId": "store_123" } '
{ "success": true }
Delete one or more promotions by their IDs
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response