Add-ons
Delete Add-on
Remove an add-on configuration from a product.
DELETE
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The parent product ID.
Example:
"prod_parent_123"
The add-on product ID to remove.
Example:
"prod_addon_123"
Response
200 - application/json
Add-on configuration removed successfully.
Response message indicating the outcome of the action.
Example:
"Product archived successfully"
TypeScript SDK