Based on this swagger documentation(https://www.eclipse.org/hono/docs/api/management/#/credentials/setAllCredentials), there is currently no way to delete credentials in Hono. Credentials are deleted when the device registration is removed (cascade effect).
Now, according to a note in the PUT /credentials/{tenantId}/{deviceId} swagger documentation of Hono,
"Note that N does not contain any of the existing credentials objects c-E for which no corresponding credentials object c-U with the same device ID, type and authentication identifier exists. This way, existing credentials can be deleted."
I have a difficulty parsing this statement.
Does this mean there is a separate way to delete a credential (aside from the cascade effect of deleting the device registration) via PUT?