This action requires a token for the user on whose behalf it will run.

DeleteGitlabProject — deletes an existing project in GitLab through the GitLab API. Authentication uses a GitLab token provided in the credentials.

Request example

project_id: 0

Request specification

NameRequiredDescription
project_idYesIdentifier of the project to delete

Note

The action performs a DELETE request to the URL: /api/v4/projects/:id.