Update;
Upon further testing, I am able to delete other characters that were transmogrified into the game similarly. There is one character that I cannot seem to remove from the game, so it may just be an isolated case. Not sure. When I do try the "remove from game" option from the sidebar/journal I noticed an error in the console log;
{
"message": "Request failed with status code 404",
"name": "AxiosError",
"stack": "AxiosError: Request failed with status code 404\n at Rl (https://cdn.roll20.net/production/vtt.bundle.js:43228:1152)\n at XMLHttpRequest.Qo (https://cdn.roll20.net/production/vtt.bundle.js:43228:4632)",
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"adapter": [
"xhr",
"http"
],
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 0,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json",
"Authorization": "Bearer 9GiiURBiWeCPDcW0dKlSsxZyAs5ahfB_cKwgJW0egRQ.3ASFf8NTEj0xQtYdM0adrSC4XioY3_8W4dvP21WdOFY"
},
"method": "post",
"url": "https://character-api.roll20.net/character/5944590/move",
"data": "{\"moveTarget\":null}",
"axios-retry": {
"retries": 3,
"shouldResetTimeout": false,
"retryCount": 0,
"lastRequestTime": 1708298782635
}
},
"code": "ERR_BAD_REQUEST",
"status": 404
}
Hope that helps.