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"
}
Profile Tracking
Remove Profile Watch
Stop watching an X account for profile changes
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
string
required
The watched X username to remove (also accepted as a
?username= query
parameter).Response
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"
}