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