DELETE
/
workspaces
/
{workspaceSlug}
/
databases
/
{databaseName}
/
credentials
/
{credentialId}
curl --request DELETE \
  --url https://global.thenile.dev/workspaces/{workspaceSlug}/databases/{databaseName}/credentials/{credentialId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceSlug
string
required
databaseName
string
required
credentialId
string
required

Response

204

Credential deleted