Skip to main content
POST
/
v1
/
emails
/
{emailId}
/
cancel
cURL
curl --request POST \
  --url https://app.mailrify.com/api/v1/emails/{emailId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "emailId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

emailId
string
required
Minimum string length: 3
Example:

"cuiwqdj74rygf74"

Response

200 - application/json

Canceled email ID

emailId
string