Delete a logged activity
Removes one logged custom activity from the lead, together with its field values. This cannot be undone.
There is no update operation for a logged activity — correct one by deleting it and logging the right one with POST /leads/{id}/activities.
Emits an activity.deleted webhook so a consumer mirroring the timeline can drop its copy. The payload carries only the activity id and the lead: the values are gone by the time it fires.
eventId is the activity’s own id from GET /leads/{id}/activities — not the activity TYPE id.
Authorizations
Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….
Path Parameters
The lead id.
The logged activity's id, from GET /leads/{id}/activities.
Response
Deleted.