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

  • 204

    The JWT customizer was deleted successfully.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    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}