Skip to main content
DELETE
/
v1
/
buckets
/
{bucket_identifier}
/
batches
/
{batch_id}
Delete Batch
curl --request DELETE \
  --url https://api.mixpeek.com/v1/buckets/{bucket_identifier}/batches/{batch_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully deleted",
  "success": true
}

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.

Response

Successful Response

GenericDeleteResponse.

message
string
default:Successfully deleted
success
boolean
default:true