curl --request PATCH \
--url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fU3RvcmVfNjg5ZGUzMTdmNjgxNGYwMGE2ODkyMjFj/actions/DeleteObject \
--header 'Content-Type: application/json' \
--data '
{
"pageInstructions": []
}
'{
"data": {
"objectInfo": {
"status": "Resolved-Deleted"
}
},
"confirmationNote": "This stage is ready to transition."
}curl --request PATCH \
--url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fU3RvcmVfNjg5ZGUzMTdmNjgxNGYwMGE2ODkyMjFj/actions/DeleteObject \
--header 'Content-Type: application/json' \
--data '
{
"pageInstructions": []
}
'{
"data": {
"objectInfo": {
"status": "Resolved-Deleted"
}
},
"confirmationNote": "This stage is ready to transition."
}OK