Skip to main content
DELETE
/
v6
/
templates
/
rules
/
{id}
Delete template rule
curl --request DELETE \
  --url https://sandbox.tight.com/v6/templates/rules/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "applyToExistingUsers": false
}
'
{
  "result": "SUCCESS"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.

Path Parameters

id
string
required

The id of the template rule

Body

application/json
applyToExistingUsers
boolean
default:false

Apply this deletion to existing users

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object

The data generated by the action performed.