/collections/<:id>

Delete an existing campaign.

URL parameters

Parameters that you can append to the URL, for example: ?parameter=value

TitleTypeDescriptionRequired?
idintID of a single collection to delete. Can be used after the slash.
Example:
collections/2
delete collection with ID 2
Yes
DELETE https://mystore.commercehq.com/api/v1/collections/2
204 No Content
[]