Delete Document Custom Tag
delete_document_custom_tagPermanently remove a custom tag from a specified folder or file. Provide project, tag, and document IDs.
Instructions
Delete a Custom Tag From a specified Folder or File. Use this to permanently delete the specified Documents. This cannot be undone. Permanently removes the specified Documents. This action cannot be undone. Required parameters: project_id, id, document_id. Procore API: Core > Documents. Endpoint: DELETE /rest/v1.0/projects/{project_id}/document_custom_tags/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the Custom Tag | |
| document_id | Yes | Query string parameter — iD of the Folder or File to remove the Custom Tag from |