cURL
curl --request DELETE \ --url https://api.x.com/2/account_activity/webhooks/{webhook_id}/subscriptions/{user_id}/all \ --header 'Authorization: Bearer <token>'
{ "data": { "subscribed": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Deletes an Account Activity subscription for the given webhook and user ID.
Show child attributes
1