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.4.0 on 3-Apr-2024
Back to top