Skip to main content
POST
/
v1
/
buckets
/
{bucket_identifier}
/
batches
/
{batch_id}
/
tiers
/
{tier_num}
/
cancel
Cancel Tier
curl --request POST \
  --url https://api.mixpeek.com/v1/buckets/{bucket_identifier}/batches/{batch_id}/tiers/{tier_num}/cancel \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

bucket_identifier
string
required

The unique identifier of the bucket.

batch_id
string
required

The unique identifier of the batch.

tier_num
integer
required

Zero-based tier number to cancel.

Required range: x >= 0

Response

Successful Response

The response is of type Response Cancel Tier V1 Buckets Bucket Identifier Batches Batch Id Tiers Tier Num Cancel Post · object.