DELETE
/
api
/
v1
/
namespaces
/
{key}
curl --request DELETE \
  --url https://try.flipt.io/api/v1/namespaces/{key}
curl --request DELETE \
  --url https://try.flipt.io/api/v1/namespaces/{key}

Authorizations

Authorization
string
header
required

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

Path Parameters

key
string
required

Query Parameters

force
boolean