DELETE
/
admin
/
api
/
v1
/
offers
/
{offer_id}
/
secrets
/
{secret_id}
cURL
curl --request DELETE \
  --url https://merits.blockscout.com/admin/api/v1/offers/{offer_id}/secrets/{secret_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Authentication token, prefixed by Bearer: Bearer <token>

Path Parameters

offer_id
string
required
secret_id
integer
required

Response

200
application/json

A successful response.

The response is of type object.