provider ProductFields DELETE
/productFields/{id} @utdk/pipedrive
/productFields/{id} Delete a product field
Marks a product field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.
- id path required
- The ID of the product field
- integer
Try it
Authentication
Configure credentials for Pipedrive API v1
Code snippet
Updates live as you fill in the form above.
TypeScript
import pipedrive from '@utdk/pipedrive';
await pipedrive.deleteproductfield()