Delete a BYOK provider credential

Delete (soft-delete) a bring-your-own-key (BYOK) provider credential by its id. The encrypted key material is wiped and the record is marked as deleted. Management key required.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Path parameters

idstringRequiredformat: "uuid"

The BYOK credential ID (UUID).

Response

BYOK credential deleted successfully
deletedtrue
Confirmation that the BYOK credential was deleted.

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error