Disable callback secret
curl --request DELETE \
--url https://api.runflow.io/v1/callback-secrets/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"errors": [
{}
]
}Webhooks
Disable callback secret
Soft-disable a signing secret. If it’s the current secret, is_current is cleared.
DELETE
/
v1
/
callback-secrets
/
{id}
Disable callback secret
curl --request DELETE \
--url https://api.runflow.io/v1/callback-secrets/{id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"errors": [
{}
]
}⌘I