✔️ Delete a field
DELETE {{host}}{{api-path}}/streams/{{randomExistingStreamName}}/fields/{{validFieldName}}
Delete a field
https://cloud.bytebeam.io/api/v1/streams/stream_name/fields/column_name
To delete a field of a stream, pass the streamname and columnname in the url.
Example: https://cloud.bytebeam.io/api/v1/streams/mytable99/fields/Nora
To delete a field, add following keys in the request header:
x-bytebeam-tenant: <tenant>
x-bytebeam-api-key: <your api-key>
The respone is name of fields that got deleted.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-bytebeam-tenant | string | ||
x-bytebeam-api-key | string |
RESPONSES
status: OK
{"result":"Queenie"}