Svix · Arazzo Workflow
Svix Decommission an Application
Version 1.0.0
List an application's endpoints, branch on whether one exists, delete it, then delete the application.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
decommission-application
Remove an application's endpoint and then delete the application.
Lists the application's endpoints, and when at least one exists deletes the first endpoint, then deletes the application in all cases.
1
listEndpoints
v1.endpoint.list
List the application's endpoints to find any that must be removed first. Returns 200 with a paged endpoint list.
2
deleteEndpoint
v1.endpoint.delete
Delete the first endpoint found on the application. Returns 204 No Content.
3
deleteApplication
v1.application.delete
Delete the application itself once its endpoint has been removed. Returns 204 No Content.