DELETE https://anypoint.mulesoft.com/cloudhub/api/applications/domain
Delete an Application
Use the CloudHub API to delete an application.
For instructions on how to perform these same tasks more easily via the Runtime Manager UI, see CloudHub. |
The DELETE operation, specified with the /api/applications/{domain}
(where {domain}
is the application domain), deletes the specified application.
Example Request:
Example Response:
204 OK
Check out the API Portal of the CloudHub API to see an interactive reference of all the supported resources, methods, required properties and expected responses. In the API Portal, search among other Mule APIs for the CloudHub API and enter its latest version. |