Skip to main content
DELETE
/
projects
/
{projectName}
/
connections
/
{connectionName}
Delete a database connection
curl --request DELETE \
  --url https://{organization}.data.credibledata.com/api/v0/projects/{projectName}/connections/{connectionName} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
connectionName
string
required

Name of the connection to delete Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Response

Connection deleted successfully

message
string