Skip to main content
Skip table of contents

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:

CODE
{
    "deletedCount": 1
}

See also

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.