Skip to main content
DELETE
/
v1
/
pods
/
{id}
Delete pod
curl --request DELETE \
  --url https://api.openmail.sh/v1/pods/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Pod ID or your own clientId

Response

Pod deleted