Summary
Removes an existing credential resource from either the persistent or temporary credential stores.
DELETE /clusters/:clusterName/credentials/:alias
Response
HTTP CODE | Description |
---|---|
200 | OK |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
500 | Internal Server Error |
Example
Delete credential with the alias of 'external.db'.
DELETE /clusters/c1/credentials/external.db
200 OK