curl --request POST \
--url https://api.example.com/ism/draft-items/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismConcatID": 123
}
'{
"success": true,
"data": "<unknown>"
}Delete draft ism by Iser and return the list of draf ism or concats by iser code. support paging.
curl --request POST \
--url https://api.example.com/ism/draft-items/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ismConcatID": 123
}
'{
"success": true,
"data": "<unknown>"
}