Merkl Developer Portal logo
delete

/v4/campaigns/{id}/access/revoke

Revoke access to a private campaign for a specific address.

Request body

userAddressstring
required

Ethereum address to grant/revoke access

canManageAccessbooleandefault: false

Whether the user can manage (grant/revoke) access for others

truefalse

Responses

200
Response for status 200
Schema
object
successboolean
required
messagestring
required
Example
{
  "success": false,
  "message": "string"
}