---
title: "Removes the given trigger"
method: DELETE
path: "/v1/resourceowner/triggers/{triggerId}"
tags: ["ResourceOwnerTriggers"]
---

# Removes the given trigger

`DELETE /v1/resourceowner/triggers/{triggerId}`

This will remove the given trigger including all historic message belonging to this trigger.

## Path parameters

- `triggerId` integer, required

## Response `200`

The trigger has been deleted

## Other responses

- `403` — Request is forbidden, this could occur if you are not associated with the notification config
- `404` — The notification config that you tried to remove doesn't exist
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
