curl --request DELETE \
--url https://api.bundle.social/api/v1/misc/twitter/tweet \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"postId": "<string>"
}
'{
"success": true
}Permanently delete a published Twitter/X tweet.
curl --request DELETE \
--url https://api.bundle.social/api/v1/misc/twitter/tweet \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"teamId": "<string>",
"postId": "<string>"
}
'{
"success": true
}Was this page helpful?