Skip to content

How do I delete a custom feed using cURL with the API? #2018

Answered by bnewbold
venteto asked this question in How to do it?
Discussion options

You must be logged in to vote

I'm more comfortable with the tool HTTPie (the command http) than curl, so i'll give examples with that. You usually have to install this, eg using apt get install httpie or homebrew.

First, I resolved your handle to DID:

http get https://bsky.social/xrpc/com.atproto.identity.resolveHandle handle==venteto.bsky.social

[...]
{
    "did": "did:plc:wecucphzbhaznb64qmvto5oj"
}

Let's list all the feed generator records (app.bsky.feed.generator):

http get https://bsky.social/xrpc/com.atproto.repo.listRecords repo==did:plc:wecucphzbhaznb64qmvto5oj collection==app.bsky.feed.generator

[...]
{
    "records": []
}

It looks like there are no feed generators on this account. Maybe you mean a differen…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@venteto
Comment options

Answer selected by venteto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants