GraphQLReferenceMutationsdeleteDataStopOn this pagedeleteDataStop Remove a data stop from the organisation. Input DataStopInput Return Type DataStop Example mutation DeleteDataStop { deleteDataStop(input: { organisationId: "b3JnMTIzNDU2" email: "subject@example.com" }) { id email }} Related createDataStop DataStop type