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/plugins/v2/instance/remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "deploymentInstanceId": "plugin_instance_abc123", "storeId": "store_abc123" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Remove an instance (and its direct CDN route if it exists)
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response