fleet triggers
Delete trigger
Deletes a trigger by id for the calling user. The operation is idempotent - deleting a trigger that does not exist (or that belongs to another user) still returns 204.
delete/v1/fleet/triggers/{trigger_id}
Path parameters
trigger_idstring required
Trigger id (UUID)
Response
No Content