Delete pin

post/unpin

Unpin a previously pinned result.

SecurityBearerAuth
Request
header Parameters
X-Glean-Auth-Type
string

Auth type being used to access the endpoint (should be non-empty only for global tokens).

X-Scio-Actas
string <email>

Email address of a user on whose behalf the request is intended to be made (should be non-empty only for global tokens).

Request Body schema: application/json
required

Details about the pin being unpinned.

id
string

The opaque id of the pin to be unpinned.

Responses
200

OK

400

Invalid request

401

Not Authorized

403

Forbidden from unpinning someone else's pin

429

Too Many Requests

Request samples
application/json
{
  • "id": "string"
}