/inbox-agents-deregister
Deregisters an inbox agent from the specified registry (Please note that while the command is put on-chain, the transaction is not yet finalized by the blockchain.)
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/./../api/v1/inbox-agents/deregister" \ -H "Content-Type: application/json" \ -d '{ "agentIdentifier": "agentIdentifier", "network": "Preprod" }'{
"status": "success",
"data": {
"error": null,
"id": "inbox_registry_id",
"name": "Inbox Agent",
"description": "Masumi inbox identity registration",
"agentSlug": "inbox-agent",
"state": "RegistrationRequested",
"createdAt": "1970-01-20T20:00:36.260Z",
"updatedAt": "1970-01-20T20:00:36.260Z",
"lastCheckedAt": null,
"agentIdentifier": "policy_id_asset_name_policy_id_asset_name_policy_id_asset_name",
"metadataVersion": 1,
"sendFundingLovelace": null,
"SmartContractWallet": {
"walletVkey": "wallet_vkey",
"walletAddress": "wallet_address"
},
"RecipientWallet": null,
"CurrentTransaction": null
}
}


