Authorizations
Key obtained from the Crossmint developer console, reflecting the API scope granted.
Path Parameters
Unique ID of the credential as returned in the NFT creation response. Format is: urn:uuid:<UUID>
Response
Success
Can be used to check the status via the action status API
"201520fc-e0eb-4698-a2f3-c6b50cc7c894"
The action performed, in this case nfts.delete
"nfts.delete"
Current status of the async operation. One of pending
or succeeded
"pending OR succeeded"
The time this operation was initiated in UTC.
"2024-01-10T23:01:45.000Z"
The time this operation completed in UTC.
This is only present when status
is succeeded
"succeeded status ONLY - 2024-01-10T23:02:00.000Z"
The URL path to obtain current status with action status api
"https://staging.crossmint.com/api/2022-06-09/collections/default-polygon/nfts/201520fc-e0eb-4698-a2f3-c6b50cc7c894"