cURL
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" }
Delete a template rule for the given id
Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.
Bearer <token>
<token>
The id of the template rule
Apply this deletion to existing users
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes