Skip to main content
DELETE
/
tags
/
{id}
Delete a tag
curl --request DELETE \
  --url https://api.samsara.com/tags/{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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the Tag. This can either be the Samsara-provided ID or an external ID. External IDs are customer-specified key-value pairs created in the POST or PATCH requests of this resource. To specify an external ID as part of a path parameter, use the following format: key:value. For example, crmId:abc123. Automatically populated external IDs are prefixed with samsara.. For example, samsara.name:ELD-exempt.

Response

A successful DELETE response is a 204 with no content.

A successful DELETE response is a 204 with no content.

Example:

"<empty content>"