Refer to the Documentation page for each specific request and the supported Parameters
/api/Designs/Delete?Path=[path]
Deletes a design in the design store.
The path cannot be empty and must specify the full path to the design to download.
Deleting a design is idempotent. If the design does not exist, the call does not fail.
/api/Designs/Delete?Path=ASC-00000.PXF
{
"Delete": {
"ExistsBefore": true,
"ExistsAfter": false
}
}