DELETE
/
v1-alpha1
/
credentials
/
{id}

This is an alpha API and subject to change.

Authorizations

X-API-KEY
string
headerrequired

Key obtained from the Crossmint developer console, reflecting the API scope granted.

Path Parameters

id
string
required

Unique ID of the credential as returned in the NFT creation response. Format is: urn:uuid:<UUID>

Response

200 - application/json
actionId
string

Can be used to check the status via the action status API

action
string

The action performed, in this case nfts.delete

status
string

Current status of the async operation. One of pending or succeeded

data
object
startedAt
string

The time this operation was initiated in UTC.

completedAt
string

The time this operation completed in UTC.

This is only present when status is succeeded

resource
string

The URL path to obtain current status with action status api