People
Delete an outreach activity
Remove a contact logged by mistake. The person's owner and stage stay as they are.
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
Path Parameters
idstring
Person id (aut_...).
Length
1 <= lengthactivityIdstring
Activity id (act_...).
Length
1 <= lengthResponse 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
}
}Revoke an invitation DELETE
The link in the email stops working at once. Needs a signed-in owner or admin; an API key answers 403.
Export people as CSV GET
The same list as GET /v1/people (segmentId included) as CSV, one row per person with their contact columns: handle, followers, email, website, company, location, tags, then outreach stage, owner and last contacted. Capped at 5,000 people. At most 6 exports per minute per workspace; a 429 carries Retry-After.