SpaceM1 API User Guide
Delete search
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.