Langsung ke konten utama
DELETE
/
v3
/
bundles
/
{bundle_id}
/
bundle-price-options
/
{id}
Delete a bundle price option
curl --request DELETE \
  --url https://api.scalev.com/v3/bundles/{bundle_id}/bundle-price-options/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Otorisasi

Authorization
string
header
wajib

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

Parameter Path

bundle_id
string
wajib
id
string
wajib

Respons

Success with no response body