API ReferenceEmail
Remove Email Domain
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
domainId*string
Domain ID to remove
Format
uuidResponse Body
application/json
curl -X DELETE "https://samva.app/api/v1/email/domains/:domainId" \ -H "Content-Type: application/json" \ -d '{ "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e" }'{
"success": true,
"message": "string"
}