This endpoint supports batch deletion operations. The response does not indicate which specific deletions, if any, have failed. On a successful deletion or partial failure, a ‘204 No Content’ status is returned.
Rate limit: 10 requests/sec (learn more about rate limits here).
To use this endpoint, select Write Training Assignments under the Training Assignments category when creating or editing an API token. Learn More.
Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.
curl --request DELETE \
--url https://api.samsara.com/training-assignments \
--header 'Authorization: Bearer <token>'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
String of comma separated assignments IDs. Max value for this value is 100 objects. Example: ids=a4db8702-79d5-4396-a717-e301d52ecc11,c6490f6a-d84e-49b5-b0ad-b6baae304075
curl --request DELETE \
--url https://api.samsara.com/training-assignments \
--header 'Authorization: Bearer <token>'This response has no body data.