DELETE repository/applications/{applicationId}

Deletes a RepositoryApplication.

Remarks

C4M Error Code returned:

  • null

    User application has been deleted successfully.

  • ApplicationNotFound

    The requested application does not exist on this environment.

HTTP Status returned:
  • 403 - Forbidden

    The authenticated user doesn't have permission to access the resource.

Request Information

Parameters

NameDescriptionAdditional information
applicationId
RepositoryApplication identifier.

Define this parameter in the request URI.

Response Information

Operation result.

Response body formats

application/json, text/json

Sample:
{
  "error": null
}