Metadata Queue Item
Delete
Metadata Queue Item
Delete
DELETE
/
v1
/
queue-item
/
{id}
curl --request DELETE \
--url https://third-party.etrnl.app/v1/queue-item/{id} \
--header 'API-Key: <api-key>'
{
success: true,
deleted: {
id: 399,
tagMetadata: {
nftId: 123
},
displayName: "John's NFT data",
pageId: null,
groupId: 190,
organizationId: 1275,
fulfillmentDate: null,
fulfilled: false,
creationDate: '2023-10-31T00:41:23.000Z'
}
}
Delete a metadata queue item by ID.
Headers
Your organization’s private API key.
URL Params
The ID of the queue item.
{
success: true,
deleted: {
id: 399,
tagMetadata: {
nftId: 123
},
displayName: "John's NFT data",
pageId: null,
groupId: 190,
organizationId: 1275,
fulfillmentDate: null,
fulfilled: false,
creationDate: '2023-10-31T00:41:23.000Z'
}
}
curl --request DELETE \
--url https://third-party.etrnl.app/v1/queue-item/{id} \
--header 'API-Key: <api-key>'
{
success: true,
deleted: {
id: 399,
tagMetadata: {
nftId: 123
},
displayName: "John's NFT data",
pageId: null,
groupId: 190,
organizationId: 1275,
fulfillmentDate: null,
fulfilled: false,
creationDate: '2023-10-31T00:41:23.000Z'
}
}