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
The response is of type object
.