Skip to main content
DELETE
/
v1
/
workspaces
/
{workspaceUuid}
/
organisations
/
{organisationUuid}
/
custom-fields
/
{key}
Clear a custom field value on an organisation
curl --request DELETE \
  --url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid}/custom-fields/{key} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string<uuid>
required

The UUID of the workspace

Example:

"550e8400-e29b-41d4-a716-446655440000"

organisationUuid
string<uuid>
required

The UUID of the organisation

Example:

"550e8400-e29b-41d4-a716-446655440000"

key
string
required

The key of the custom field

Example:

"industry"

Response

The custom field value was cleared