Skip to main content
POST
/
people
/
mark-as-not-people
Mark as not people
curl --request POST \
  --url https://api.vanta.com/v1/people/mark-as-not-people \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updates": [
    {
      "reason": "<string>",
      "id": "<string>"
    }
  ]
}
'
{
  "results": [
    {
      "id": "65e1efde08e8478f143a8ff9",
      "status": "SUCCESS"
    },
    {
      "id": "OTHER_USER_ID",
      "status": "ERROR",
      "message": "Invalid Input"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
updates
object[]
required

List of account IDs to mark as not a person

Required array length: 1 - 100 elements

Response

200 - application/json

Ok

results
object[]
required

List of results matching the length and order of the request