POST
/
tenants
/
{tenant_id}
/
archive
curl --request POST \
  --url https://api.flare.io/firework/v2/tenants/{tenant_id}/archive \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

tenant_id
integer
required