Skip to main content
DELETE
/
api
/
buckets
/
{id}
A bucket can be deleted by calling the Delete Bucket API with the specific bucket ID. Do note that once a bucket is deleted it cannot be recovered. Please note that by deleting a bucket, the following scenarios will occur:
  • The Bucket will no longer be visible from Athena’s APIs and Frontend.
  • The Bucket will no longer be accepting transactions to be loaded into it.
  • Screening of transactions in the bucket will no longer be conducted.
  • The Bucket can no longer be restored.
  • Ordinary bucket (id=0) cannot be deactivated.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this bucket.

Response

200

Bucket successfully deactivated.