Skip to main content
DELETE
/
migrations
/
{migration_id}
/
source-connection
Delete the source connection
curl --request DELETE \
  --url https://app.vern.so/api/v1/migrations/{migration_id}/source-connection \
  --header 'x-api-key: <api-key>'
{
  "deleted": true
}

Authorizations

x-api-key
string
header
required

Your Vern API key. Create one at Settings → API keys.

Path Parameters

migration_id
string<uuid>
required

The migration ID returned by Create a migration.

Query Parameters

source_key
string
profile_id
string

Response

Whether a connection was deleted.

deleted
boolean