Documentation Index
Fetch the complete documentation index at: https://docs.refold.ai/llms.txt
Use this file to discover all available pages before exploring further.
This API is now deprecated.
This API unsubscribes user from a Refold webhook events.
Request description
Body Parameters
Webhooks event to unsubscribe. Accepted values are, connection-created, connection-deleted, workflow-completed, workflow-errored.
Response description
System generated status Code
System generated error type
Specific error code to identify the error
System generated request id
{
"webhook_url": "https://mysite.com/cobalt/webhook",
"webhook_events": [
"Workflow Completed",
"Workflow Errored"
]
}