BYOK
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.
delete/byok/{id}
Path parameters
idstring uuid required
The BYOK credential ID (UUID).
Example:11111111-2222-3333-4444-555555555555
The BYOK credential ID (UUID).
Response
BYOK credential deleted successfully
Example response
{
"deleted": true
}