Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

recordId
string
required

The ID of the Record to remove the tag from.

Example:

"777"

text
string
required

The tag text to remove.

Example:

"urgent"

Response

The tag was removed (or was not present).

deleted
number
required

The number of tag rows removed (0 if the tag was not present).