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