Delete an API key
DELETE /v1/apikeys/{id}: Permanently revokes an API key and immediately rejects it for future authentication.
Permanently revokes an API key and immediately rejects it for future authentication. The durable credential and audit history remain stored. This operation requires DELETE_API_KEY and records the revocation time and actor; it cannot be undone. PUT /v1/apikeys/{id} with status=INACTIVE performs the same protected lifecycle transition.
curl -X DELETE "https://your-goodmem-server.example.com/v1/apikeys/550e8400-e29b-41d4-a716-446655440000"Empty
Empty
Empty
Empty
Empty