Remove a Sub CA provider
DELETE/v1/distributedissuers/subcaproviders/:id
Deletes the subordinate CA provider that has the specified id.
Request
Responses
- 200
- 400
- 403
- 404
Specified Sub CA provider was deleted.
The request was rejected. Possible causes, by error code:
- 10055: The
idpath parameter is not a valid UUID. - 50300: The Sub CA provider cannot be deleted because it is still referenced by one or more Issuer configurations; the response lists the blocking configuration ids.
The request was forbidden. Possible causes, by error code:
- 1002: The operation is restricted to the primary TSG; sub-TSG callers are rejected.
The referenced entity was not found. Possible causes, by error code:
- 10051: No Sub CA provider with the given
idexists in this tenant.