Delete Character Sheet
DELETE /api/creative/sheets/{sheet_id}
DELETE
/api/creative/sheets/{sheet_id}
Delete a character sheet by ID.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” sheet_id
required
Sheet Id
string
Responses
Section titled “ Responses ”Successful Response
CharacterDeleteResponse
Response confirming a character sheet or template deletion.
object
success
required
Success
Whether deletion succeeded
boolean
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context