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"
}
'