Deleting a Key
Delete a Vault
key.
Delete Key
DELETE
https://vault.provide.services/api/v1/vaults/:id/keys/:key_id
Deletes a specified key
Path Parameters
Name | Type | Description |
---|---|---|
key_id | string | id of key to be deleted |
id | string | id of host
|
Headers
Name | Type | Description |
---|---|---|
authorization | string | bearer scoped to an
,
or
|
204 No Content
is returned if the delete operation is successful.
This operation cannot be undone. Use with caution.
Last updated