Skip to content

remove_company_owner

Endpoint#

PropertyValue
Typemutation
MethodPOST
Path/api/external/v1/remove_company_owner
HandlerOperatelyWeb.Api.Mutations.RemoveCompanyOwner

Authentication#

  • Requires a valid API token.
  • Requires a write-enabled token.
  • Read-only tokens return 403.

Inputs#

FieldTypeRequiredNullableDefault
person_idid primitive (encoded as string)NoYes-

Outputs#

This endpoint has no output fields.

cURL Example#

Copied
curl --request POST \
  --url "https://app.operately.com/api/external/v1/remove_company_owner" \
  --header "Authorization: Bearer ${OPERATELY_API_TOKEN}" \
  --header "Content-Type: application/json" \
  --data '{"person_id":"value"}'