Data Analysis
cURL
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" } }
Delete a specific connection by its name
Prophecy authentication token. Required for all API requests.
The unique ID of the parent fabric
The unique name of the connection
Connection deleted successfully
Indicates whether the request was successful.
Show child attributes
Was this page helpful?