cURL
curl --request DELETE \ --url https://api.twitterapi.io/oapi/tweet_filter/delete_rule \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "rule_id": "<string>" }'
{ "status": "success", "msg": "<string>" }
Delete a tweet filter rule. You must set all parameters.
ID of the rule to delete.Must be set
Tweet filter rule delete response
Status of the request.success or error
success
error
Message of the request.error message