members.dev
Events

Archive an Event Host

Archives an Event Host

DELETE
/v1/events/hosts/{host_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

host_id*string

Header Parameters

Members-Context?|

Members organization id (org_…) when the client has multiple organizations.

Response Body

application/json

application/json

curl -X DELETE "https://api.members.dev/v1/events/hosts/string"
{
  "id": "string",
  "archived": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}