Delete a Credential Type

DELETE {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}

Use the DELETE {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}} operation to delete the specified type of credential available for issuance. A credential type corresponds to a card type presented by the compatible wallet app.

This operation returns 204 No Content when successful.

Note: This performs a soft delete. That is, the credential type is marked as deleted but is not removed. This permits credentials issued to user wallets to reference the now-deleted credential type without failure. After deletion, the credential type can be queried with Read One Credential Type, which returns in its body deletedAt with the timestamp of its deletion.

Prerequisites

Create a credential type to get a credentialTypeID for the endpoint. See also PingOne Credentials, especially Credential Types.