DELETE
/
damc
/
assets
/
{assetId}
/
workers
/
collective
curl --request DELETE \
  --url https://dev-api.rootkey.ai/api-v1/damc/assets/{assetId}/workers/collective/ \
  --header 'x-api-key: <api-key>'
{
  "chainId": 80002,
  "transactionHash": "0x0a535c95f4450bf2b468a606a093936b90d09c13c1cac6ca2d2f8543f9bfb433"
}

This endpoint is currently under development!
Please keep it in mind if any unexpected errors occur!

Authorizations

x-api-key
string
header
required

Path Parameters

assetId
string
required

Identifier of the asset to remove a collective of workers

Query Parameters

ownerWallet
string
required

The address of the owner of the given asset

collectiveAddress
string
required

The address of the collective of workers to be removed from the given asset

Response

200
application/json
Successfully removed a collective of workers from the asset

An error occurred.

message
string
errorCode
string
docUrl
string
timestamp
string