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

Authorizations

x-api-key
string
header
required

Query Parameters

ownerWallet
string
required

The owner's address to list all workers

collectiveAddress
string
required

The address of the collective to witch the workers are to be added

workers
any[]
required

The list of the workers to be added to the collective

Response

200
application/json
Add workers collective successfully

The response is of type any.