cURL
curl --request DELETE \ --url https://cloud.laravel.com/api/websocket-servers/{websocketServer} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a WebSocket cluster and all its applications.
The Bearer Token generated on the Cloud UI.
The websocket server identifier
No content
Was this page helpful?