delete
https://{yourinstance}.makaira.io/smart-bundle/
Delete a bundle.
Deletes a smart bundle by its ID.
Requires authentication.
Request
DELETE /smart-bundle/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the smart bundle to delete. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns an empty 200 OK response on success.
200OK

