DELETE /api/mgmnt/v2/:namespace/:application/
Deletes the classes for the given REST application. Note that this call looks for a newer REST service. It ignores any manually-coded REST services.
URL Parameters
Permissions
To use this endpoint, you must be a member of the %Developer role and must have read/write access to the given namespace.
Example Request
Request Method:
DELETE
Request URL:
http://localhost:52773/api/mgmnt/v2/user/myapp/
Response
There is no response to this call.