DELETE
and POST
methods that let you remove destinations and segment mappings.
A DELETE
method that removes a destination.
You must remove all segment mappings before you can delete a destination.
DELETE https://api.demdex.com/v1/destinations/
<destinationId>
204 No Content
if successful.Remove multiple destinations with this POST
method. Pass in destination IDs ( destinationId
) with an array in the request body.
POST https://api.demdex.com/v1/destinations/bulk-delete/
204 No Content
if successful.A POST
method that removes destination mappings according to the specified segment ID.
DELETE https://api.demdex.com/v1/destinations/
<destinationId>
/segments/
<mappingId>
204 No Content
if successful.