Add-ons
Delete an add-on
This endpoint is used to delete an existing add-on.
DELETE
/
add_ons
/
{code}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredUnique code used to identify the add-on.
Response
200 - application/json
add_on
object
requiredWas this page helpful?