Skip to main content

createDataStop

Add a data stop to the organisation. A data stop prevents further processing of data for a specific subject.

Input

DataStopInput

Return Type

DataStop

Example

mutation CreateDataStop {
createDataStop(input: {
organisationId: "b3JnMTIzNDU2"
email: "subject@example.com"
}) {
id
email
created
}
}

Export This Article

Save a copy of this page as PDF or plain text.