Aurion Docs
Api

Unsubscribe

POST
/api/v1/status-page/unsubscribe

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/status-page/unsubscribe" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{
  "email": "string",
  "unsubscribed": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}