Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://waas-staging.embedly.ng/api/v1/admin/batch/{batchId}/reject \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "reason": "<string>" } '
{ "statusCode": 200, "message": "Batch rejected successfully", "data": { "isSuccess": true, "message": "Batch has been rejected", "batchId": "08ddaf4f-77d9-4336-8e62-358d622f09e9" } }
Rejects a batch with a reason.