v124

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-01957351.2 MB
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

deletedtrue required

Confirmation that the BYOK credential was deleted.

Example response

{
  "deleted": true
}