provider OrganizationFields DELETE /organizationFields/{id}
@utdk/pipedrive /organizationFields/{id}
Delete an organization field
Marks a 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 field
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
deleteorganizationfield
DELETE/organizationFields/{id}
Marks a 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>.

Parameters

required

The ID of the field

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.deleteorganizationfield()