Skip to main content
DELETE
/
moment
/
permission
Remove Admin from a Moment
curl --request DELETE \
  --url https://inprocess.world/api/moment/permission \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "moment": {
    "collectionAddress": "<string>",
    "tokenId": "<string>",
    "chainId": 8453
  },
  "adminAddress": "<string>"
}
'
{
  "hash": "<string>",
  "chainId": 123
}

Authorizations

x-api-key
string
header
required

Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys

Body

application/json
moment
object
required
adminAddress
string
required

Address to revoke admin permissions from

Response

Successful response

hash
string
required

Transaction hash of the operation

chainId
integer
required

Chain ID where the transaction was executed