Skip to main content
POST
/
emails
/
{id}
/
cancel
Cancel a scheduled email
curl --request POST \
  --url https://api.robase.dev/v1/emails/{id}/cancel \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer rb_live_...

Path Parameters

id
string
required

Response

200

Cancelled.