Remove an Issuer configuration
DELETE/v1/distributedissuers/configurations/:id
Deletes the Issuer configuration for the specified id. Before deleting a configuration, be sure no Issuer instances use that configuration, or they will no longer function.
Request
Responses
- 200
- 400
- 404
Specified Issuer configuration was deleted.
The request was rejected. Possible causes, by error code:
- 10055: The
idpath parameter is not a valid UUID.
The referenced entity was not found. Possible causes, by error code:
- 10051: No Issuer configuration with the given
idexists in this tenant.