Skip to main content
DELETE
/
x
/
pfp-watch
curl -X DELETE https://scrape.st/x/pfp-watch \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "elonmusk"
  }'
{
  "message": "PFP watch removed successfully"
}
Removes a PFP watch from the calling API key.

Request

username
string
required
The watched X username to remove (also accepted as a ?username= query parameter).

Response

message
string
Status message describing the result
curl -X DELETE https://scrape.st/x/pfp-watch \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "elonmusk"
  }'
{
  "message": "PFP watch removed successfully"
}