curl --request DELETE \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Deletes the assosication between the publisher and an integration
curl --request DELETE \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?