Delete Dapp
Delete the Dapp that you created. You can either click the trash can icon or use our API to make it happen
Delete Dapp
DELETE
/api/v1/oauth2-app/del_applications
Headers:
appid: application id
appkey: application key
Request Body
Name
Type
Description
ids*
String[]
The dApp id which is going to delete
Last updated