Remove a device-authorized GitHub credential from Tilecast Server
DELETE
/api/v1/player-releases/github
const url = 'https://example.com/api/v1/player-releases/github';const options = {method: 'DELETE'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://example.com/api/v1/player-releases/githubResponses
Section titled “ Responses ”Local GitHub credential removed
Authentication is managed by environment token