packages

destroy_gem

Example request:

curl -X DELETE "https://packagecloud.io/api/v1/repos/cooluser/mystuff/gems/jake-1.0.0.gem"
delete/api/v1/repos/{user_id}/{repo}/gems/{package}.gem

Path parameters

user_idstring required

The owner of the repo.

repostring required

The name of the repo.

packagestring required

The name of the package to be yanked.

Response

Empty An empty JSON hash.

object required

Changes

No recorded changes to this endpoint across all 5 revisions of this API.