cURL
curl --request DELETE \ --url https://api.x.com/2/notes/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Deletes a community note.
Show child attributes
1