cURL
curl --request DELETE \ --url https://api.example.com/workflows/{workflow_id}/webhook/api-key \ --cookie fastapiusersauth=
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Permanently delete the current API key for a webhook.
Successful Response
Was this page helpful?