🎉
🎉
🎉
🎉
MintKudos Developer Documentation
Search…
⌃K
Welcome!
Getting Started
Overview of MintKudos
Why use the MintKudos APIs
Distribution methods
API Reference
Environments & Authentication
Tokens API
Wallets API
Communities API
GET /communities/:communityId
GET /communities/:communityId/tokens
🔐
GET /communities/:communityId/configuration
🔐
GET /communities/:communityId/nftTypes
🔐
POST /communities/:communityId/nftTypes
🔐
DELETE /communities/:communityId/nftTypes/:nftTypeId
Pagination
Asynchronous Operations
Troubleshooting
Examples
Create and claim Kudos natively
View a wallet's Kudos tokens
Add recipient to an existing Kudos
Airdrop the same token to many owners
Migrate an existing NFT smart contract to MintKudos
FAQs
FAQs
Powered By GitBook
🔐

DELETE /communities/:communityId/nftTypes/:nftTypeId

Allows you to delete an NFT type that you added using the POST /communities/:communityId/nftTypes endpoint. Note that you cannot delete something that your community has not added via the API.

Caveat

  • This endpoint requires an API key. Refer to the Authentication doc for more info.

Example Response

204 No Content (no body)
Previous
POST /communities/:communityId/nftTypes
Next - API Reference
Pagination
Last modified 4mo ago
Copy link
On this page
Caveat
Example Response