Skip to content
Pile
Esc
↑↓navigate↵open⌘Jpreview

Delete support ticket vote

DELETE/workspaces/{organizationId}/support/tickets/{ticketId}/votes
Path parameters
organizationIdstringrequired
ticketIdstringrequired
Query parameters
voteIdstring
emailstring<email>
Responses
200

Vote removed

removedbooleanrequired
Try it
Server
Parameters
Request
curl -X DELETE '/workspaces/string/support/tickets/string/votes'
Response
{
  "removed": true
}