DELETE
/
v2
/
rate-scheme
curl --request DELETE \
  --url https://api.sonderplan.com/v2/rate-scheme \
  --header 'Authorization: Bearer <token>'
{
  "success": {
    "id": 1
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer
required

The id of the rate scheme to delete

Response

200
application/json
Successful Operation
success
object