Skip to main content
POST
/
rpc
/
delete-attachment-and-results
Delete attachment and results
curl --request POST \
  --url https://mycluster.domino.tech/rpc/delete-attachment-and-results \
  --header 'Content-Type: application/json' \
  --data '
{
  "attachmentId": "<string>",
  "bundleId": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json

Request for deleting attachment and results

attachmentId
string
required
bundleId
string
required

Response

No Content