REST APIEnterpriseUser

DEL

Permanently deletes an access token template owned by the authenticated user. Any access tokens that were created from this template will have their accessTokenTemplateId reference cleared but will otherwise remain intact.

Path Params

  • id string required
    The public ID of the template to delete

Responses

200
OK

Response Body

object

  • id string required
401
Unauthorized

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id
404
Not Found

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id