Deleting an Application

Function

This API is used to delete an application.

When deleting an application, you need to specify the application name. For details about the application, see Viewing Details About a Consumer Application.

URI

  • URI format

    DELETE /v2/{project_id}/apps/{app_name}

  • Parameter description

    None

Request

  • Example request
    DELETE 
    https://{endpoint}/v2/{project_id}/apps/apptest        
  • Parameter description

    None

Response

  • If the DIS stream was successfully deleted, a 204 response with an empty response body is returned. For details about status codes, see Status Codes.
  • If the DIS stream failed to be created, identify the failure cause according to the response body and the instructions in Error Codes.

Status Code

  • Normal

    204 NOCONTENT

  • Failed

    For more information, see Error Codes.