DELETE
/
addons
/
{addon_id}
curl --request DELETE \
  --url https://api.togai.com/addons/{addon_id} \
  --header 'Authorization: <authorization>'
{
  "success": true
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

addon_id
string
required

Response

200 - application/json
success
boolean
required