--confirm. There is no interactive prompt, so scripts have to opt in explicitly. Deletion is immediate. Restore is only possible from the dashboard’s activity history within the retention window.
Synopsis
Arguments
| Argument | Type | Description |
|---|---|---|
<id> | integer | Person ID to delete. Use person list or person get to verify the target first. |
Options
| Flag | Type | Description |
|---|---|---|
--confirm | flag | Required. The CLI exits with a usage error if you omit this flag. |
Examples
1. Delete a single record
{ "deleted": true, "id": 142 } as a table on success. Re-running the command on a missing ID returns a 404 and a non-zero exit code.
2. Pipe to jq for a clean assertion
jq -e exits non-zero if deleted is anything but true, so the surrounding script fails closed.
3. Bulk delete from a file of IDs
Response
person activity on the original ID before issuing the delete.
See also
person merge. Prefer merge over delete when consolidating duplicates.person activity. Review the full timeline before deleting.person get. Confirm you have the right ID.- People. The dashboard surface this command mirrors.
