Skip to main content
DELETE
/
place_enrichment
/
batches
/
{batch_id}
Delete Batch Endpoint
curl --request DELETE \
  --url https://api.repromptai.com/v1/{org}/place_enrichment/batches/{batch_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Headers

apiKey
string | null

Path Parameters

batch_id
string
required

Response

200 - application/json

Successful Response

The response is of type any.

I