Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
undeploy
Undeploy plugin
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/undeploy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pluginId": "sample-funnel-v1-abc123",
  "storeId": "store_123"
}'
{
  "success": true,
  "message": "Plugin undeployed successfully"
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
deploymentId
string
required

Response

Successful response

The response is of type any.