cURL
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.
Deletes an existing database credential. No request body is required.”
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Credential deleted
Was this page helpful?