Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
Success
curl --request DELETE \
--url https://api-staging.boost.xyz/boosts/accesslists \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api-staging.boost.xyz/boosts/accesslists \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success