Skip to content

Commit 88354e2

Browse files
committed
remove org id
1 parent 0f3dd46 commit 88354e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

versioned_docs/version-2.0/how_to_guides/tracing/data_export.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ curl --request POST \
4949
--header 'Content-Type: application/json' \
5050
--header 'X-API-Key: YOUR_API_KEY' \
5151
--header 'X-Tenant-Id: YOUR_WORKSPACE_ID' \
52-
--header 'X-Organization-Id: YOUR_ORG_ID' \
5352
--data '{
5453
"destination_type": "s3",
5554
"display_name": "My S3 Destination",
@@ -80,7 +79,6 @@ curl --request POST \
8079
--header 'Content-Type: application/json' \
8180
--header 'X-API-Key: YOUR_API_KEY' \
8281
--header 'X-Tenant-Id: YOUR_WORKSPACE_ID' \
83-
--header 'X-Organization-Id: YOUR_ORG_ID' \
8482
--data '{
8583
"bulk_export_destination_id": "your_destination_id",
8684
"session_id": "project_uuid",
@@ -149,7 +147,6 @@ curl --request PATCH \
149147
--header 'Content-Type: application/json' \
150148
--header 'X-API-Key: YOUR_API_KEY' \
151149
--header 'X-Tenant-Id: YOUR_WORKSPACE_ID' \
152-
--header 'X-Organization-Id: YOUR_ORG_ID' \
153150
--data '{
154151
"status": "Cancelled"
155152
}'

0 commit comments

Comments
 (0)