Batch
Delete a batch
To delete a batch by its ID, use the following endpoint:
DELETE https://api.categoryapi.com/prod/batch/{batch_id}
This will soft delete your categorization batch, so it won't appear in your dashboard. However, you will still be able to retrieve it by ID via the API if needed.
Response
This endpoint responds with 200 OK indicating the batch was deleted successfully.
{
"status": "success"
}
Credit usage
This API endpoint does not count toward your credit usage.