EnderDash

Delete Console Command Bookmark

POST
/servers/deleteConsoleCommandBookmark

Authorization

better-auth.session_token<token>

Signed-in EnderDash browser session cookie.

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

organizationId?string
Length1 <= length
organizationSlug?string
Length1 <= length
bookmarkId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/servers/deleteConsoleCommandBookmark" \  -H "Content-Type: application/json" \  -d '{    "bookmarkId": "e8dfe2e6-457c-45b1-bfd8-f3acb447fc04"  }'
null