DELETE
/
v2
/
accounts
/
{account_id}
/
discard_schedules
curl --request DELETE \
  --url https://api.togai.com/v2/accounts/{account_id}/discard_schedules \
  --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

account_id
string
required

account_id corresponding to an account

Maximum length: 50

Response

200
application/json
OK
success
boolean
required