Skip to main content
DELETE
/
api
/
projects
/
v1
/
projects
/
{projectId}
/
shared-datasets
/
{datasetId}
Unlink a shared dataset from this project
curl --request DELETE \
  --url https://api.example.com/api/projects/v1/projects/{projectId}/shared-datasets/{datasetId} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  },
  "success": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

Id of project

datasetId
string
required

Id of shared dataset to remove

Response

200 - application/json

Success

metadata
object
required
success
boolean
required