DELETE
/
players
/
{PLAYER_ID}
curl --request DELETE \
  --url https://api.vidbeo.com/v2/players/{PLAYER_ID} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": {},
  "links": {},
  "errors": []
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

PLAYER_ID
string
required

ID of the player

Response

200 - application/json
success
boolean
required
result
object
required
links
object
required
errors
object[]
required