M1 RetroScore API User Guide
- Getting started
- List searches
- Create search
- Get search metadata
- Get search results
- Check search status
- Delete search
Delete batch
Request
DELETE
http://localhost:2222/api/v2/batch-search/{id}
ID of the batch.
Example
curl http://localhost:2222/api/v2/batch-search/{id} -X DELETE \
-H "Authorization: ApiToken-v1 YOUR_API_TOKEN"
Response
true
if the deletion was successful.