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.2.6 on 8-Sep-2023
Back to top