POST /a/config/encryption/delete

Delete an existing master key

Body Parameters

Name Description Type Required
KeyID Id of the key to delete string

Body Example

{
  "KeyID": "string"
}

Response Example (200)

Response Type /definitions/encryptionAdminDeleteKeyResponse

{
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top