Delete a single user's data

Delete all GlueLetter records related to an individual user profile, identified by a user ID or an email address. Use this to comply with data deletion requests or privacy rules. NOTE — the GlueLetter user account associatd with the API key must have admin permission level in order to use this endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

WARNING: This action is irreversible. Once you delete a user's data from GlueLetter it cannot be recovered.

Query Params
string
required

Client ID

string
enum
Defaults to all

The type of data you want to delete. "email" for email events like opens and clicks. "payments" for payment transactions. "all" for both email and payments events.

Allowed:
string

The email address of the user. (Either an email address OR a user ID is required)

string

The unique ID associated with the user in your ESP. Must be a string or a string-representation of an integer (e.g., "1234567"). (Either an email address OR a user ID is required)

Responses

400

Bad request. You may be missing the API key or have other missing or invalid parameters.

401

Invalid API key submitted OR User account associated with this API key is inactive or invalid

403

Access forbidden. Your API key may be inactive, or other required permissions are missing.

404

Requested endpoint or resource not found

405

The attempted method of the HTTP request (GET, POST, DELETE) is not supported.

429

Rate limit exceeded, wait and try again later

5XX

Unexpected error

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json