Delete Domain

Delete the domain you created in the Nuvo system delete the domain you created in the Nuvo system

Delete Domain

DELETE /api/v1/oauth2-app/domains/deldomain/{domain_name}

Headers:

appid: application id

appkey: application key

Request Body

NameTypeDescription

domain_name*

String

domain name

{
  "code": 200,
  "data": "",
   "msg": ""
}

Last updated