OpenTV ENTera & OpenTV Platform Documentation

Delete PIN Types

Request

To delete a current PIN Types, send a DELETE request to:

http://<host>:<port>/adm/v1/pinTypes/<pinType>

Headers

  • Content-Type: application/json

Response

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

An HTTP 404 status is returned if the specified PIN type cannot be found.

Example

The payload of a response to a successful request looks like this:

{
    "deletedCount": 1
}

See also

For full details of this API, see Account and Device Manager (ADM) API documentation.