DELETE
/
collections
/
bulk
Bulk Delete Collections
curl --request DELETE \
  --url https://createkit.b3.fun/collections/bulk \
  --header 'Content-Type: application/json' \
  --data '{
  "wallet_address": "<string>",
  "collections": [
    "<string>"
  ],
  "message": "<string>",
  "signature": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Request to delete multiple collections

Response

200
application/json

Collections deleted successfully

The response is of type object.