curl --request DELETE \
--url https://api.opal.dev/v1/bundles/{bundle_id} \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The bundle was successfully deleted.
Last modified on February 19, 2026