Remove a preview background file from a production.

DELETE /data/projects/{project_id}/settings/preview-background-files/{preview_background_file_id}

Path parameters

Responses

  • 204

    Preview background file removed from production

DELETE /data/projects/{project_id}/settings/preview-background-files/{preview_background_file_id}
curl \
 -X DELETE http://localhost:8080/api/data/projects/{project_id}/settings/preview-background-files/{preview_background_file_id} \
 -H "Authorization: $API_KEY"