GamebeastDocs
Dashboard
Project APIDeeplinks

Delete a deeplink

DELETE
/application/{applicationId}/deeplinks/{deeplinkId}

Deletes an existing deeplink

Authorization

AuthorizationBearer <token>

Secret server key (prefixed gb_sk_) for server-to-server calls. Send it as Authorization: Bearer <key>. Never ship a secret key in a game client.

In: header

Path Parameters

applicationId*number

Gamebeast project ID

deeplinkId*number

Response Body

curl -X DELETE "https://example.com/application/0/deeplinks/0"
Empty