Skip to main content
DELETE
Detach an add-on from a subscription
Detaches an add-on from a subscription. The add-on stops appearing as a line from the next recurring invoice; invoices already issued are untouched and no credit is posted for the current period. Find the addonId with List Subscription Add-ons; attach one again with Add Subscription Add-on. The add-on must belong to the subscription in the path — a valid add-on ID from another subscription returns 404.

Path Parameters

Example Request

Response

Returns 204 No Content with an empty body.

Errors

Errors use the standard envelope — see Errors.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required
addonId
string<uuid>
required

Response

Add-on removed.