Skip to main content
DELETE
/
integrations
/
users
/
{externalUserId}
Anonymise a partner user
curl --request DELETE \
  --url http://localhost:4000/integrations/users/{externalUserId} \
  --header 'x-partner-slug: <x-partner-slug>' \
  --header 'x-signature: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-signature
string
header
required

Stripe-style HMAC signature over ${timestamp}.${rawBody} using your partner secret. Format: t=<unix-seconds>,v1=<hex-hmac-sha256>. Also requires the x-partner-slug header to identify your account.

Headers

x-partner-slug
string
required

Path Parameters

externalUserId
string
required

The same identifier you used at upsert time.

Required string length: 1 - 255

Response

Anonymised. No body.