cURL
curl --request DELETE \ --url https://management.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/event_log_streaming/:destination_type \ --header 'Authorization: Basic <encoded-value>'
{ "request_id": "<string>", "status_code": 123 }
Delete deletes an event log streaming config for an environment.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
DATADOG
GRAFANA_LOKI
Successful response
Response type