Table of Contents

API : IPTV : EPG : Credit : Delete

Introduction

This request will delete a single credited person.

Request

URL https://api.telecomx.dk/iptv/epg/credit/NAME
Method DELETE
Access level ADMIN
Param NAME Name of person.

Query examples

DELETE https://api.telecomx.dk/iptv/epg/credit/Sean%20Connery

Response

success Boolean True.

Example

{
  "success": true
}

Errors

Error code Message Description
404 not_found Credit not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>