User
undoes the latest undoable action performed by the user making the request. a ClientSessionId header must be provided and only actions which were performed the same user with the same ClientSessionId value set on the api request that performed the action will be undone.Additionally the ClientSessionId header must be between 1 and 256 characters long and must only contain alphanumeric or the - characters.
patch/api/user/undo/
Headers
ClientSessionIdstring uuid required
The particular client session to undo actions for. The actions must have been performed with this same header set with the same value for them to be undoable by this endpoint.