Delete Subaccount provides Partners with the capability to remove an associated subaccount within their CiiRUS platform. This endpoint allows the agent to delete a subaccount and its associated settings and configurations.
Endpoints Available
Method
Endpoint
Description
DELETE
v2024.07.31/emails/subaccount
Deletes an existing subaccount
Response Definition
Response Item
Description
Data Type
"user_id"
The unique identifier of the user managing the subaccount.
int
"sending_domain"
The email sending domain associated with the subaccount.
string
"subaccount_id"
The unique identifier assigned to the subaccount.
string
"dns_value"
The DNS verification value for domain authentication.
string
"dns_validation_status"
Indicates whether DNS validation is successful (true) or not (false).
boolean
"dkim_value"
The DKIM (DomainKeys Identified Mail) configuration for the subaccount.
string
"dkim_validation_status"
Indicates whether DKIM validation is successful (true) or not (false).
boolean
"spf_value"
The SPF (Sender Policy Framework) value defining authorized sources to send emails.
string
"spf_validation_status"
Indicates whether SPF validation is successful (true) or not (false).
boolean
"daily_send_limit"
The maximum number of emails that can be sent per day.
int
"approved"
Indicates whether the subaccount is approved for email sending.
boolean
"reputation"
A numerical value representing the sender's reputation.
int
"sent_monthly"
The number of emails sent from the subaccount in the past month.
int
"sent_weekly"
The number of emails sent from the subaccount in the past week.
int
"sent_total"
The total number of emails ever sent from the subaccount.
int
"name"
The name or identifier of the subaccount.
string
"created_at"
The date and time when the user's account was created
date-time
"first_sent_at"
The date and time when the first email was sent by the user
date-time
"management_company_user_id"
The unique identifier of the management company associated with the subaccount.