cURL
curl --request DELETE \ --url https://api.togai.com/v2/accounts/{account_id}/discard_schedules \ --header 'Authorization: Bearer <token>'
{ "success": true }
Discard schedules of an account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
account_id corresponding to an account
50
"ACC00001"
OK
The response is of type object.
object