Skip to main content
DELETE
Delete Activity
Deletes a user-created activity. System-generated activities are read-only: stage-change/audit rows (any type outside note/call/meeting/email/task) and provider-synced rows (any source outside manual/import — e.g. calendar, gmail, outlook, slack, teams from a connected Pipedream integration) can’t be deleted, and this endpoint returns 403. A null source is treated as user-created — same rule as Update an activity.
This is not a plain 204 No Content — it returns 200 with a small JSON body confirming the delete.

Auth

Requires a CRM manage scope and an active organization on the token. Any *:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.

Response

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

activity_id
string
required

The activity's id to delete.

Response

Successful Response

The response is of type Response Delete Activity Activities Activity Id Delete · object.