DELETE
/
payments
/
settings
/
billing-schedules
/
{id}
curl --request DELETE \
  --url https://eu.sequencehq.com/api/payments/settings/billing-schedules/{id} \
  --header 'Authorization: <authorization>'
{
  "id": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
  "sequenceAccountId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
  "billingScheduleId": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
  "paymentProvider": "STRIPE",
  "autoCharge": true
}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

id
string
required

Unique settings ID

Response

200
application/json

OK

The response is of type object.