Remove a Workload Issuance policy
DELETE/v1/distributedissuers/policies/:id
Deletes the Workload Issuance policy that has the specified id.
Request
Responses
- 200
- 400
- 403
- 404
Specified Workload Issuance policy was deleted
The request was rejected. Possible causes, by error code:
- 10055: The
idpath parameter is not a valid UUID. - 50110: The policy 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 Workload Issuance policy with the given
idexists in this tenant.