cURL
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>" }
Deletes a collection by predicted address with signature verification. Only the creator or game owner can delete a collection.
Request to delete a collection
Collection deleted successfully
The response is of type object.
object