delete_psd
Remove PSD files and optionally delete associated mockups to manage storage and clean up unused templates in Dynamic Mockups.
Instructions
Delete a PSD file and optionally all mockups created from it.
API: POST /psd/delete
WHEN TO USE: When user wants to:Remove an uploaded PSD file
Clean up unused PSD files
Optionally remove all mockups derived from the PSD
WARNING: If delete_related_mockups is true, all mockups created from this PSD will be permanently deleted.
RETURNS: Success confirmation message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| psd_uuid | Yes | REQUIRED. UUID of the PSD file to delete. | |
| delete_related_mockups | No | Optional. Set to true to also delete all mockups created from this PSD. Default: false (keeps mockups). |