API ReferenceEmail
Delete Forwarding Rule
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
ruleId*string
Forwarding rule ID to delete
Format
uuidResponse Body
application/json
curl -X DELETE "https://samva.app/api/v1/email/forwarding/rules/:ruleId" \ -H "Content-Type: application/json" \ -d '{ "ruleId": "70af3071-65d9-4ec3-b3cb-5283e8d55dac" }'{
"success": true,
"message": "string"
}