Permanently delete an assignment. You can only delete assignments that are not yet active. To override a currently active assignment, create a new empty one, instead.
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.
To use this endpoint, select Write Carrier-Proposed Assignments under the Assignments category when creating or editing an API token. Learn More.
curl --request DELETE \
--url https://api.samsara.com/fleet/carrier-proposed-assignments/{id} \
--header 'Authorization: Bearer <token>'"<empty content>"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.
ID of the assignment.
A successful DELETE response is a 204 with no content.
A successful DELETE response is a 204 with no content.
"<empty content>"
curl --request DELETE \
--url https://api.samsara.com/fleet/carrier-proposed-assignments/{id} \
--header 'Authorization: Bearer <token>'"<empty content>"