v1

latestOpenAPI 3.0.12026-07-1719674.9 KB
fabric-ca-server

Delete an existing identity.
The caller must have hf.Registrar authority.

delete/api/v1/identities/{id}

Path parameters

idstring required

An enrollment ID

Query parameters

castring

The name of the CA to direct this request to within the server, or the default CA if not specified

forceboolean

Required to delete your own identity

Headers

Authorizationstring required

An enrollment token consisting of two base 64 encoded parts separated by a period:

  • an enrollment certificate;
  • a signature over the HTTP method, URL path, request body, and the certificate.

Response

Successfully deleted identity

{"stackTrail":"components:schemas:responseBase:properties:result","oasType":"schema","type":"unknown"}
successboolean required

Boolean indicating if the request was successful.