Delete a bundle
How to delete an existing bundle via API
To delete a bundle, send a DELETE
request to the /api/bundles/:id
endpoint, where id
is the id of the bundle that you want to delete.
Request
DELETE https://yourdomain.commercelayer.io/api/bundles/:id
Example
The following request tries to delete the bundle identified by the ID "xYZkjABcde":
Last updated