cURL
curl --request DELETE \ --url https://api.seamind.xyz/api/v1/assignments/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "deletedCount": 123, "failedIds": [], "errors": [] }
Bulk delete multiple assignments.
Requires admin role.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request to bulk delete entities by their IDs.
Successful Response
Response from bulk delete operation.