People

Delete an outreach activity

Remove a contact logged by mistake. The person's owner and stage stay as they are.

DELETE
/v1/people/{id}/activities/{activityId}
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

Path Parameters

idstring

Person id (aut_...).

Length1 <= length
activityIdstring

Activity id (act_...).

Length1 <= length

Response Body

application/json

application/json

curl -X DELETE "https://api.mentio.dev/v1/people/aut_abc123/activities/act_abc123"
Empty
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "requestId": "string",
    "retryAfterSeconds": 0
  }
}