Delete Design

Format

/1/Delete/Designs/[path]?[parameters]

Description

Deletes a design in the design store.

Parameters

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.

Example

/1/Delete/Designs/ASC-00000.PXF

Output

<?xml version="1.0" encoding="utf-8" ?>
<DeleteDesignResponse xmlns="http://api.stitchport.com/designs/1.0/">
	<DeleteDesign ExistsBefore="true" ExistsAfter="false"/>
</DeleteDesignResponse>