/1/Delete/Designs/[path]?[parameters]
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.
/1/Delete/Designs/ASC-00000.PXF
<?xml version="1.0" encoding="utf-8" ?> <DeleteDesignResponse xmlns="http://api.stitchport.com/designs/1.0/"> <DeleteDesign ExistsBefore="true" ExistsAfter="false"/> </DeleteDesignResponse>