---
title: "Flow: REST create → GraphQL read → REST delete"
method: POST
path: "/api/v1/flows/cross-protocol"
tags: ["End-to-End Flows"]
---

# Flow: REST create → GraphQL read → REST delete

`POST /api/v1/flows/cross-protocol`

Proves all three protocols share one session-scoped data store.
Step 1 — POST /api/v1/users (REST) — creates a user.
Step 2 — returns the equivalent GraphQL query — run it at /graphql to read the same record.
Step 3 — returns the REST delete URL — call it to remove the record (disappears from GraphQL too).

## Response `200`

Default Response

---

[API](https://skmtc.net/totalshiftleft/apis/api-learning-sandbox.md) · [All operations](https://skmtc.net/totalshiftleft/apis/api-learning-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalshiftleft/api-learning-sandbox/revisions/3b3179c504b0/schema)
