Parameters for all requests

Refer to the Documentation page for each specific request and the supported Parameters

Delete

Working with Files

Format

/api/Designs/Delete?Path=[path]

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

/api/Designs/Delete?Path=ASC-00000.PXF

Output

{
  "Delete": {
    "ExistsBefore": true,
    "ExistsAfter": false
  }
}