Skip to main content
POST
/
admin
/
account-deletion
/
purge-now
Force a one-shot run of the pending-delete purger
curl --request POST \
  --url https://api.example.com/admin/account-deletion/purge-now \
  --header 'Authorization: Bearer <token>'
{
  "purged_count": 1,
  "run_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

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

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Response

Purge sweep completed; returns count + timestamp

purged_count
integer
required
Required range: x >= 0
run_at
string
required