Skip to main content
DELETE
/
x
/
profile-watch
curl -X DELETE https://scrape.st/x/profile-watch \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "elonmusk"
  }'
{
  "message": "Profile watch removed successfully"
}
Removes a profile 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/profile-watch \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "username": "elonmusk"
  }'
{
  "message": "Profile watch removed successfully"
}