This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Twitter API section of the Web Services API.
Cancels a Twitter interaction.
Request URL | /api/v2/me/tweets/{Id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | Cancel |
POST /api/v2/me/tweets/01QQQG2MU214P05G
{
"operationName": "Cancel"
}
{
"statusCode": 0,
"referenceId": 12
}
{
"messageType":"TwitterStateChangeMessage",
"notificationType":"StatusChange",
"referenceId":12,
"twitter":{
"capabilities":[
],
"id":"01QQQG2MU214P05G",
"state":"Canceled",
"twitterType":"Outbound",
"uri":"http://192.168.83.25:8080/api/v2/tweet/01QQQG2MU214P05G"
}
}