curl --request DELETE \
--url https://api.tagdeliver.com/v1/tag/{uid}/placement/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Deletes the given app placement.
curl --request DELETE \
--url https://api.tagdeliver.com/v1/tag/{uid}/placement/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?