Skip to main content

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

namespace Required. Namespace name. This parameter is not case-sensitive.
application Required. Fully qualified name of the package that contains the spec, impl, and disp classes. This parameter is not case-sensitive.

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.

FeedbackOpens in a new tab