Delete Image
delete_imagePermanently remove an image from a Procore project. Specify the image ID and project ID to delete photos. This action cannot be undone.
Instructions
Remove an Image from a Project. Use this to permanently delete the specified Photos. This cannot be undone. Permanently removes the specified Photos. This action cannot be undone. Required parameters: id, project_id. Procore API: Project Management > Photos. Endpoint: DELETE /rest/v1.0/images/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Photos resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| permanent | No | Query string parameter — if true, permanently deletes the image. |