Delete a trigger subscription (Power Automate)
webhooks
Delete a trigger subscription (Power Automate)
Removes a webhook subscription created by POST /v1/webhooks/triggers/{eventType}. Power Automate calls this automatically — via the URL from the subscription response’s Location header — when a flow is turned off or deleted. Webhook endpoints created via POST /v1/webhooks/endpoints are not visible to this operation (404).
Requires the webhooks:write scope on the access token.
DELETE
Delete a trigger subscription (Power Automate)
Authorizations
Passlet access token (plt_*) sent as Authorization: Bearer <token> or X-API-Key. Authorized scopes are listed per operation under x-required-scopes.
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$