cURL
curl --request POST \ --url https://api-v2.missioninbox.com/domain/bulk-delete/ \ --header 'Content-Type: application/json' \ --data '{ "domain_ids": [ 123 ] }'
{ "message": "<string>", "deleted_count": 123 }
Delete multiple domains at once.
List of domain IDs to delete
Domains deleted successfully
Number of domains deleted