Delete a trigger.
Raises: NotFoundError: If trigger not found or belongs to another org.
curl --request DELETE \
--url https://api.example.com/triggers/{trigger_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
curl --request DELETE \
--url https://api.example.com/triggers/{trigger_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}