api-docs-icon

Delete Account

DELETE
/ api/ v1/ account/ {id}

Deletes a Postalytics account. This method only deletes sub accounts and sub user accounts. It cannot delete parent accounts. To delete a parent account, please contact Postalytics support.


Note: When deleting an account, all associated campaigns, templates, and lists will also be permanently deleted.

id
integer (int32)
required

Integer representing the ID of account to delete

Response

application/json
object
account_id
integer (int32)

The unique account identifier of the deleted account.

Example:
10142067
deleted_date
string (date-time)

The date and time when the account was deleted.

Example:
1999-02-19T12:00:00.00:00

Code Examples

Response