mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-10-23 08:34:25 +02:00
This change adds support for the DeleteAttribute operation in the form of request and response payload structures. These will be used in a future updates by the client and server to fully support the DeleteAttribute operation. A new unit test suite has been added to cover the new changes. Partially implements #547