Delete an application

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/demo/doc/gitlab/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Gitlab (Unofficial) MCP server": {
  "url": "https://bump.sh/demo/doc/gitlab/mcp"
}
Close
DELETE /applications/{id}

Delete a specific application

Path parameters

  • id integer(int32) Required

    The ID of the application (not the application_id)

Responses

  • 204

    Delete an application

DELETE /applications/{id}
curl \
 --request DELETE 'https://www.gitlab.com/api/v4/applications/{id}' \
 --header "Private-Token: $API_KEY"