Skip to main content

Remove a IPFS pin

POST /ipfs/pin/remove/:IPFS_path

Remove pinned objects from local storage

Hosted Endpoint only available for hosted variant.

Request

Path Parameters

    IPFS_path string required
Responses

Returns the pins removed


Schema
    ipfs_hash string required

    IPFS hash of the pinned object

    state string required

    Possible values: [queued|pinned|unpinned|failed|gc]

    State of the pin action

Loading...