DELETE
/
basins
/
{basin}
curl --request DELETE \
  --url https://aws.s2.dev/v1alpha/basins/{basin} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

basin
string
required

Name of the basin.