Skip to content

Remove an add-on.

DELETE
/billing/addons/{addon_key}
curl --request DELETE \
--url https://api.siteqwality.com/billing/addons/example \
--header 'Authorization: Bearer <token>'
addon_key
required
string

Add-on family key

Add-on removed

Media type application/json
object
status
required
string
Example generated
{
"status": "example"
}

No active add-on of that kind

Missing or invalid authentication

Caller is not a super admin

Internal server error