Delete JWT customizer

DELETE /api/configs/jwt-customizer/{tokenTypePath}

Delete the JWT customizer for the given token type.

Path parameters

  • tokenTypePath string Required

    The token type path to delete the JWT customizer for.

    Values are access-token or client-credentials.

Responses

  • The JWT customizer was deleted successfully.

  • Bad Request

  • Unauthorized

  • Forbidden

  • The JWT customizer does not exist.

DELETE /api/configs/jwt-customizer/{tokenTypePath}
curl \
 -X DELETE https://[tenant_id].logto.app/api/configs/jwt-customizer/{tokenTypePath} \
 -H "Authorization: Bearer $ACCESS_TOKEN"