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.
curl --request POST \
--url https://api.example.com/workflows/{workflow_id}/webhook/api-key/revoke \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?