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