cURL
curl --request DELETE \ --url https://api.togai.com/addons/{addon_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Archive an addOn
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
50
"addon.1zYnCiM9Bpg.lv25y"
OK
The response is of type object.
object