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

Body

application/json

Request to delete a collection

Response

200
application/json

Collection deleted successfully

The response is of type object.