360X
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. buckets
  • participants
    • Retrieve a participant
    • Index participants
  • accounts
    • Retrieve an account
    • Index accounts
  • users
    • Index users
    • Retrieve an user
  • buckets
    • Create a bucket
      POST
    • Index buckets
      GET
    • Retrieve a bucket
      GET
    • Update a bucket
      PUT
    • Delete a bucket
      DELETE
  • settlement-providers
    • Index settlement providers
    • Toggle settlement provider enabled status
    • Set default settlement provider for account
    • Set default settlement provider for participant
  • markets
    • Retrieve a market
    • Index markets
  • instruments
    • Index instruments
    • Retrieve an instrument
  • offers
    • Create an offer
    • Index offers
    • Retrieve an offer
    • Update an offer
    • Reject a quote
  • RFQs
    • Create a RFQ
    • Get List of RFQs
    • Retrieve an RFQ by ID
    • Delete a RFQ
    • Update a RFQ
    • Rejects a RFQ
  • Indicative Price
    • Get indicative prices.
    • Create an Indicative Price
    • Update an Indicative Price
    • Delete an Indicative Price
  • trades
    • Index trades
    • Retrieve a trade
  • news
    • Index news
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
API ReferenceREST
WebsocketsFIXSupportStatusWebsite
  1. buckets

Delete a bucket

Prod Env
https://app.360x.com
Prod Env
https://app.360x.com
DELETE
/api/v1/participant/buckets/{bucketId}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://app.360x.com/api/v1/participant/buckets/' \
--header 'Authorization: Bearer <token>'

Responses

🟢200true
application/json
Body

Example
{}
🟠400400
🟠401401
🟠403403
🟠404404
🔴502502
Modified at 2025-05-31 13:39:44
Previous
Update a bucket
Next
Index settlement providers