Delete an event trigger
Delete an event trigger that is associated with a user, role, or bot.
Request
DELETE http://{{ControlRoolURL}}/v1/triggers/triggermapping/{id}
Header: X-Authorization <<authentication token>>
All API calls must contain an authentication token in
the request header. Use the Authentication API to generate a JSON
web token. See Authentication API.Request Parameters
Parameter | Type | Description |
---|---|---|
Id | Integer | Event trigger identifier that you want to delete |
Response
204 No Content
The relationship was deleted.
For more information about return codes, see API response codes.