Remove a preview background file from a production.
Path parameters
-
project_id
Required -
preview_background_file_id
Required
DELETE
/data/projects/{project_id}/settings/preview-background-files/{preview_background_file_id}
curl \
--request DELETE 'http://api.example.com/data/projects/{project_id}/settings/preview-background-files/{preview_background_file_id}' \
--header "Authorization: $API_KEY"