For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesWhite-labelAPI Reference
GuidesWhite-labelAPI Reference
  • Panic API Reference
      • POSTCreate a customer
      • GETGet a customer
      • PUTUpdate a customer
      • POSTSoft-delete a customer
    • Errors & status codes
LogoLogo
Panic API ReferenceCustomers

Soft-delete a customer

POST
/panic-api/v2/customers/:customerId/delete
POST
/panic-api/v2/customers/:customerId/delete
$curl -X POST https://staging-panic.aura.services/panic-api/v2/customers/178921/delete \
> -H "Authorization: Bearer <token>"
1{
2 "message": "Request completed successfully."
3}

Marks a customer profile as deleted for the authenticated customer source. This is a legacy POST-style delete endpoint retained for public-doc parity.

Was this page helpful?
Previous

Create a signup session

Next
Built with

Authentication

AuthorizationBearer

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

Path parameters

customerIdintegerRequired
Customer identifier.

Response

Customer marked as deleted.
messagestring

Errors

401
Unauthorized Error
404
Not Found Error