Skip to main content
DELETE
/
api
/
orchestration
/
fabric
/
{fabricId}
/
connection
/
name
/
{connectionName}
Delete connection
curl --request DELETE \
  --url https://app.prophecy.io/api/orchestration/fabric/{fabricId}/connection/name/{connectionName} \
  --header 'X-AUTH-TOKEN: <x-auth-token>'
{
  "success": true,
  "data": {
    "id": "bigquery_api_test"
  }
}

Headers

X-AUTH-TOKEN
string
required

Prophecy authentication token. Required for all API requests.

Path Parameters

fabricId
string
required

The unique ID of the parent fabric

connectionName
string
required

The unique name of the connection

Response

200 - application/json

Connection deleted successfully

success
boolean

Indicates whether the request was successful.

data
object