Skip to main content
DELETE
/
v1
/
teammates
/
{id}
Delete a teammate
curl --request DELETE \
  --url https://api.scribe-mail.com/v1/teammates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<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

Response

Deleted