You can configure webhooks to be notified about various events that happen on your instance.
Delete a Svix app and disassociate it from the current instance
Svix app was successfully deleted
Request was not successful
{- "errors": [
- {
- "message": "string",
- "long_message": "string",
- "code": "string",
- "meta": { },
- "clerk_trace_id": "string"
}
], - "meta": { }
}
Generate a new url for accessing the Svix's management dashboard for that particular instance
Response that contains a temporary Svix URL to access management dashboard
Request was not successful
{- "svix_url": "string"
}