Skip to main content
DELETE
/
api
/
external
/
v2
/
product-swaps
/
{id}
Delete a product swap automation
curl --request DELETE \
  --url https://subscription-admin.appstle.com/api/external/v2/product-swaps/{id}
{
  "type": "https://example.com/errors/bad-request",
  "title": "Invalid id",
  "status": 400,
  "detail": "Product swap does not belong to this shop or ID is invalid"
}

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string

Path Parameters

id
integer<int64>
required

Response

Product swap successfully deleted - No content returned