Remove Items
Authorizations
Body
collectionIdstringRequired
inscriptionIdsstring[]Required
Responses
200
Default Response
application/json
post
POST /v1/collection-indexer/collection/remove_items HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"collectionId": "text",
"inscriptionIds": [
"text"
]
}
200
Default Response
{
"code": 1,
"msg": "text",
"data": {}
}
Last updated