Delete a basin.
curl --request DELETE \
--url https://a.s2.dev/v1/basins/{basin} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}basins
Delete a basin.
Delete an S2 basin and all streams and records in it.
DELETE
/
basins
/
{basin}
Delete a basin.
curl --request DELETE \
--url https://a.s2.dev/v1/basins/{basin} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}{
"code": "<string>",
"message": "<string>"
}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.

