Namespaces
Delete Namespace
DELETE

/api/v1/namespaces/{key}

curl --request DELETE \
  --url https://try.flipt.io/api/v1/namespaces/{key} \
  --header 'Authorization: Bearer <token>'
curl --request DELETE \
  --url https://try.flipt.io/api/v1/namespaces/{key}

Authorizations

Authorization[header]required
string

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

Path Parameters

keyrequired
string