1.0 KiB
		
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
| stage | group | info | 
|---|---|---|
| none | unassigned | To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers | 
Dependency Proxy API (PREMIUM)
Purge the dependency proxy for a group
Introduced in GitLab 12.10.
Deletes the cached blobs for a group. This endpoint requires group admin access.
CAUTION: Warning: A bug exists for this API.
DELETE /groups/:id/dependency_proxy/cache
| Attribute | Type | Required | Description | 
|---|---|---|---|
| id | integer/string | yes | The ID or URL-encoded path of the group owned by the authenticated user | 
Example request:
curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/groups/5/dependency_proxy/cache"