Delete Credential Issuance Rule
DELETE {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules/{{credentialIssuanceRuleID}}
Use the DELETE {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules/{{credentialIssuanceRuleID}}
operation to delete the specified type of credential available for issuance.
This operation returns 204 No Content when successful.
Prerequisites
- Create a credential type to get a
credentialTypeID
for the endpoint. See also PingOne Credentials, especially Credential Types. - Create a credential issuance rule to get a
credentialIssuanceRuleID
for the endpoint. See also PingOne Credentials, especially Credential Issuance Rules.