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

Authorizations

Authorization
string
header
required

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

Path Parameters

addon_id
string
required
Maximum length: 50
Example:

"addon.1zYnCiM9Bpg.lv25y"

Response

200
application/json
OK
success
boolean
required
Example:

true