Running this action requires a token — a base64(admin:password) string used for HTTP Basic authentication in requests to Nexus.
DeleteNexusRepository — deletes an existing repository from Nexus Repository Manager 3.
Request example
name: my-repo-to-deleteRequest specification
| Field | Required | Description |
|---|---|---|
name | Yes | Name of the repository to delete |
Algorithm
- Sends a
DELETErequest to/service/rest/v1/repositories/{name}, where{name}is the value of thenamefield. - If the repository is found and deleted, the request returns status code 204.
- If the repository is not found, the request returns a 404 error.