Skip to main content
DELETE
/
api
/
v1
/
emails
/
{emailId}
Delete email
curl --request DELETE \
  --url https://api.contracting.kukkingu.software/api/v1/emails/{emailId} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

emailId
string
required

The ID of the email.

Example:

"eml_vfj7s2ym02jvykrnbl9xufrt"

Response

Default Response

No response body for successful operations that return HTTP 204.