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

Deletion is asynchronous, and it can take a few minutes to complete.

During that time, a new basin with the same name will not be allowed.

Authorizations

Authorization
string
header
required

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

Path Parameters

basin
string
required

Basin name.